File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace microdata {
2323 } )
2424 }
2525
26- /* override */ startup ( ) {
26+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
2727 super . startup ( )
2828
2929 // Includes the header:
@@ -121,4 +121,4 @@ namespace microdata {
121121 super . draw ( )
122122 }
123123 }
124- }
124+ }
Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ namespace microdata {
574574 DistributedLoggingScreen . streamingDone = true
575575 }
576576
577- /* override */ startup ( ) {
577+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
578578 super . startup ( )
579579
580580 control . onEvent (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace microdata {
1212 super ( app )
1313 }
1414
15- /* override */ startup ( ) {
15+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
1616 super . startup ( )
1717
1818 const y = 25
@@ -74,7 +74,7 @@ namespace microdata {
7474
7575 private drawVersion ( ) {
7676 const font = bitmaps . font5
77- const text = "v1.7.3 "
77+ const text = "v1.7.4 "
7878 Screen . print (
7979 text ,
8080 Screen . RIGHT_EDGE - ( font . charWidth * text . length ) ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ namespace microdata {
132132 this . setGlobalMinAndMax ( )
133133 }
134134
135- /* override */ startup ( ) {
135+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
136136 super . startup ( )
137137
138138 //--------------------------------
@@ -587,4 +587,4 @@ namespace microdata {
587587 }
588588 }
589589 }
590- }
590+ }
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ namespace microdata {
116116 }
117117 }
118118
119- /* override */ startup ( ) {
119+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
120120 super . startup ( )
121121
122122 control . onEvent (
@@ -799,4 +799,4 @@ namespace microdata {
799799 }
800800 }
801801 }
802- }
802+ }
Original file line number Diff line number Diff line change 77 "radio" : " *" ,
88 "microphone" : " *" ,
99 "datalogger" : " *" ,
10- "user-interface-base" : " github:microbit-apps/user-interface-base#v0.0.17 " ,
11- "jacdac" : " github:microsoft /pxt-jacdac#v1.9.28 " ,
12- "jacdac-light-level" : " github:microsoft /pxt-jacdac/light-level#v1.9.28 " ,
13- "jacdac-soil-moisture" : " github:microsoft /pxt-jacdac/soil-moisture#v1.9.28 " ,
14- "jacdac-distance" : " github:microsoft /pxt-jacdac/distance#v1.9.28 " ,
15- "jacdac-temperature" : " github:microsoft /pxt-jacdac/temperature#v1.9.28 " ,
16- "jacdac-flex" : " github:microsoft /pxt-jacdac/flex#v1.9.28 "
10+ "user-interface-base" : " github:microbit-apps/user-interface-base#v0.0.23 " ,
11+ "jacdac" : " github:jacdac /pxt-jacdac#v1.9.40 " ,
12+ "jacdac-light-level" : " github:jacdac /pxt-jacdac/light-level#v1.9.40 " ,
13+ "jacdac-soil-moisture" : " github:jacdac /pxt-jacdac/soil-moisture#v1.9.40 " ,
14+ "jacdac-distance" : " github:jacdac /pxt-jacdac/distance#v1.9.40 " ,
15+ "jacdac-temperature" : " github:jacdac /pxt-jacdac/temperature#v1.9.40 " ,
16+ "jacdac-flex" : " github:jacdac /pxt-jacdac/flex#v1.9.40 "
1717 },
1818 "files" : [
1919 " analytics.ts" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ namespace microdata {
4242 this . jacdacSensorSelected = false ;
4343 }
4444
45- /* override */ startup ( ) {
45+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
4646 super . startup ( )
4747
4848 this . cursor . resetOutlineColourOnMove = true
@@ -214,4 +214,4 @@ namespace microdata {
214214 super . draw ( )
215215 }
216216 }
217- }
217+ }
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ namespace microdata {
141141 this . goBack1PageFn = goBack1PageFn
142142 }
143143
144- /* override */ startup ( ) {
144+ /* override */ startup ( controlSetupFn ?: ( ) => void ) {
145145 super . startup ( )
146146
147147 TabularDataViewer . currentRowOffset = 0
You can’t perform that action at this time.
0 commit comments