@@ -36,14 +36,14 @@ namespace microcode {
36
36
this . cursor . resetOutlineColourOnMove = true
37
37
const icons : string [ ] = [
38
38
"accelerometer" , "accelerometer" , "accelerometer" , "right_turn" , "right_spin" , "pin_0" , "pin_1" , "pin_2" ,
39
- "led_light_sensor" , "thermometer" , "magnet" , "finger_press" , "speaker" , "compass" , "microbitLogoWhiteBackground" ,
40
- "microbitLogoWhiteBackground" , "microbitLogoWhiteBackground" , "microbitLogoWhiteBackground" , "microbitLogoWhiteBackground"
39
+ "led_light_sensor" , "thermometer" , "magnet" , "finger_press" , "speaker" , "compass" ,
40
+ // "microbitLogoWhiteBackground", "microbitLogoWhiteBackground", "microbitLogoWhiteBackground", "microbitLogoWhiteBackground", "microbitLogoWhiteBackground"
41
41
]
42
42
43
43
const ariaIDs : string [ ] = [
44
44
"accelerometer X" , "accelerometer Y" , "accelerometer Z" , "Pitch" , "Roll" , "A. Pin 0" , "A. Pin 1" , "A. Pin 2" , "led_light_sensor" ,
45
- "thermometer" , "S10" , "Logo Press" , "Volume" , "Compass" , "Jacdac Flex" , "Jacdac Temperature" , "Jacdac Light" ,
46
- "Jacdac Moisture" , "Jacdac Distance"
45
+ "thermometer" , "S10" , "Logo Press" , "Volume" , "Compass" ,
46
+ // "Jacdac Flex", "Jacdac Temperature", "Jacdac Light", "Jacdac Moisture", "Jacdac Distance"
47
47
]
48
48
49
49
//-----------------------------------------------------
0 commit comments