1
0
Fork 0

fixed build erors

master
Stuff-etc 2024-03-22 06:29:59 +01:00
parent b72de7fb04
commit 08243fbfdb
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,9 @@
{
"id": "counter2",
"name": "Counter2",
"version": "0.01",
"version": "0.02",
"description": "Dual Counter",
"readme":"README.md",
"icon": "counter2-icon.png",
"tags": "tool",
"supports": ["BANGLEJS2"],

View File

@ -41,9 +41,8 @@
writeSettings();
}
},
'Buzz': {
'Vibrate': {
value: settings.buzz,
format: v => v?"On":"Off",
onchange: v => {
settings.buzz = v;
writeSettings();