pxt-common-packages 9.3.12 → 9.3.13

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.
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P133969(s) {
59
+ function _main___P134010(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___134210 = (undefined);
70
- globals._pollEventQueue___134223 = (undefined);
69
+ globals._intervals___134251 = (undefined);
70
+ globals._pollEventQueue___134264 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P133969.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"colorbuffer.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P133969.continuations = [ ]
75
+ _main___P134010.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"colorbuffer.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P134010.continuations = [ ]
77
77
 
78
- function _main___P133969_mk(s) {
78
+ function _main___P134010_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P133969, depth: s.depth + 1,
81
+ parent: s, fn: _main___P134010, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P133969_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P133969
91
+ return _main___P134010
92
92
  })
@@ -1,4 +1,4 @@
1
- // total=81101 new=94.14% cached=0.00% other=5.86%
1
+ // total=81265 new=93.95% cached=0.00% other=6.05%
2
2
  (function (ectx) {
3
3
  'use strict';
4
4
  const runtime = ectx.runtime;
@@ -42,6 +42,7 @@ pxtrt.mapKeyNames = [
42
42
  "eventID",
43
43
  "factory",
44
44
  "lastScanResults",
45
+ "onConnectSSIDFailed",
45
46
  "reconnectRunning",
46
47
  "reset",
47
48
  "spiTransfer",
@@ -716,7 +717,7 @@ switch (step) {
716
717
  return leave(s, r0)
717
718
  default: oops()
718
719
  } } }
719
- net_Controller_constructor__P103846.info = {"start":216,"length":82,"line":10,"column":8,"endLine":12,"endColumn":9,"fileName":"pxt_modules/net/controller.ts","functionName":"inline","argumentNames":["this"]}
720
+ net_Controller_constructor__P103846.info = {"start":383,"length":82,"line":16,"column":8,"endLine":18,"endColumn":9,"fileName":"pxt_modules/net/controller.ts","functionName":"inline","argumentNames":["this"]}
720
721
 
721
722
  function net_Controller_constructor__P103846_mk(s) {
722
723
  checkStack(s.depth);
@@ -2862,7 +2863,7 @@ const net_Net__C103885_VT = mkVTable({
2862
2863
  });
2863
2864
  const net_Controller__C103818_VT = mkVTable({
2864
2865
  name: "Controller",
2865
- numFields: 4,
2866
+ numFields: 5,
2866
2867
  classNo: 17,
2867
2868
  lastSubtypeNo: 18,
2868
2869
  maxBgInstances: null,
@@ -2873,6 +2874,8 @@ const net_Controller__C103818_VT = mkVTable({
2873
2874
  "set/eventID": null,
2874
2875
  "_isConnected": null,
2875
2876
  "set/_isConnected": null,
2877
+ "onConnectSSIDFailed": null,
2878
+ "set/onConnectSSIDFailed": null,
2876
2879
  "lastScanResults": null,
2877
2880
  "set/lastScanResults": null,
2878
2881
  "reconnectRunning": null,
@@ -2881,7 +2884,7 @@ const net_Controller__C103818_VT = mkVTable({
2881
2884
  });
2882
2885
  const esp32_NinaController__C104060_VT = mkVTable({
2883
2886
  name: "NinaController",
2884
- numFields: 12,
2887
+ numFields: 13,
2885
2888
  classNo: 18,
2886
2889
  lastSubtypeNo: 18,
2887
2890
  maxBgInstances: null,
@@ -2892,6 +2895,8 @@ const esp32_NinaController__C104060_VT = mkVTable({
2892
2895
  "set/eventID": null,
2893
2896
  "_isConnected": null,
2894
2897
  "set/_isConnected": null,
2898
+ "onConnectSSIDFailed": null,
2899
+ "set/onConnectSSIDFailed": null,
2895
2900
  "lastScanResults": null,
2896
2901
  "set/lastScanResults": null,
2897
2902
  "reconnectRunning": null,