You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`The current device (${this.deviceId} / ${platformName})does not support Wi-Fi.${os.EOL}`);
110
+
}
107
111
if(deviceGen<WIFI_COMMANDS_SUPPORTED_DEVICE_GEN){
108
112
thrownewError(`The 'particle wifi' commands are not supported on this device (${this.deviceId} / ${platformName}).${os.EOL}Use 'particle serial wifi' instead.${os.EOL}`);
0 commit comments