1
0
Fork 0
master
Gordon Williams 2021-06-30 16:22:49 +01:00
parent 2b53e6f84d
commit fcc6a234d7
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ function onFoundDeviceInfo(deviceId, deviceVersion) {
Const.MESSAGE_RELOAD = 'Hold BTN3\nto reload';
}
if (deviceId == "BANGLEJS2") {
Const.MESSAGE_RELOAD = 'Hold Button\nto reload';
Const.MESSAGE_RELOAD = 'Hold button\nto reload';
}
}