File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "disk" : " save" ,
1414 "load" : " load" ,
1515 "settings" : " settings" ,
16+ "run" : " run" ,
1617 "SR_LED" : " LED {x} {y} {state}" ,
1718 "SR_NOTE" : " note {index} {state}" ,
1819 "SR_ON" : " on" ,
Original file line number Diff line number Diff line change 1313 "disk" : " save" ,
1414 "load" : " load" ,
1515 "settings" : " settings" ,
16+ "run" : " run" ,
1617
1718 "SR_LED" : " LED {x} {y} {state}" ,
1819 "SR_NOTE" : " note {index} {state}" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ namespace microcode {
1919 else if ( id === "disk" ) res = "save" ;
2020 else if ( id === "load" ) res = "load" ;
2121 else if ( id === "settings" ) res = "settings" ;
22+ else if ( id === "run" ) res = "run" ;
2223 else if ( id === "SR_LED" ) res = "LED {x} {y} {state}" ;
2324 else if ( id === "SR_NOTE" ) res = "note {index} {state}" ;
2425 else if ( id === "SR_ON" ) res = "on" ;
You can’t perform that action at this time.
0 commit comments