File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ let SETTINGS = JSON.parse(JSON.stringify(DEFAULTSETTINGS)); // clone
1919
2020
2121let device = {
22- id : undefined , // The Espruino device ID of this device, eg. BANGLEJS
23- version : undefined , // The Espruino firmware version, eg 2v08
24- info : undefined , // An entry from DEVICEINFO with information about this device
25- connected : false , // are we connected via BLE right now?
26- appsInstalled : [ ] // list of app {id,version} of installed apps
22+ id : undefined , // The Espruino device ID of this device, eg. BANGLEJS
23+ version : undefined , // The Espruino firmware version, eg 2v08
24+ info : undefined , // An entry from DEVICEINFO with information about this device
25+ connected : false , // are we connected via BLE right now?
26+ appsInstalled : [ ] // list of app {id,version} of installed apps
2727} ;
2828
2929
You can’t perform that action at this time.
0 commit comments