pxt-common-packages 9.4.7 → 9.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1228,6 +1228,7 @@ declare namespace pxsim._wifi {
1228
1228
  export function socketClose(fd: int32): int32;
1229
1229
  export function eventID(): int32;
1230
1230
  export function scanStart(): void;
1231
+ export function startLoginServer(): void;
1231
1232
  export function scanResults(): RefBuffer;
1232
1233
  export function connect(ssid: string, pass: string): int32;
1233
1234
  export function disconnect(): int32;
@@ -5052,6 +5052,9 @@ var pxsim;
5052
5052
  _raiseEvent(1 /* ScanDone */);
5053
5053
  }
5054
5054
  _wifi.scanStart = scanStart;
5055
+ function startLoginServer() {
5056
+ }
5057
+ _wifi.startLoginServer = startLoginServer;
5055
5058
  function scanResults() {
5056
5059
  const b = new Uint8Array(7);
5057
5060
  b[0] = -20; // rssi