File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ namespace microcode {
71
71
72
72
this . reg = { }
73
73
extraSamples ( this . reg )
74
- if ( car_tiles ) carImages ( this . reg )
74
+ if ( CAR_TILES ) carImages ( this . reg )
75
75
jacdacImages ( this . reg )
76
76
// editor icons
77
77
this . reg [ "delete" ] = icondb . btn_delete
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ namespace userconfig {
10
10
namespace microcode {
11
11
export const ERROR_NOT_INTEGER = 101
12
12
export const ERROR_DOUBLE_BACKGROUND_CAPTURE = 102
13
- export const car_tiles = false
13
+ export const CAR_TILES = true
14
14
}
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ namespace microcode {
263
263
slider . constraints . allow . tiles = only5
264
264
slider . constraints . handling = { terminal : true }
265
265
266
- if ( car_tiles ) {
266
+ if ( CAR_TILES ) {
267
267
const wall = makeSensor ( TID_SENSOR_CAR_WALL , "value_in" , 500 )
268
268
wall . serviceClassName = "radio"
269
269
wall . eventCode = 0x91
@@ -510,7 +510,7 @@ namespace microcode {
510
510
m . jdKind = JdKind . Page
511
511
} )
512
512
513
- if ( car_tiles ) {
513
+ if ( CAR_TILES ) {
514
514
const car_commands =
515
515
[ 0xfffff001 , // forward
516
516
0xfffff002 , // reverse
You can’t perform that action at this time.
0 commit comments