hidjoystick: Make BangleJS2 compatible

pull/1594/head
Erik Andresen 2022-03-15 21:53:20 +01:00
parent aa3bf728fa
commit 299e754d22
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
0.01: New App!
0.02: Make Bangle.js 2 compatible

View File

@ -2,11 +2,11 @@
"id": "hidjoystick",
"name": "Bluetooth Joystick",
"shortName": "Joystick",
"version": "0.01",
"version": "0.02",
"description": "Emulates a 2 axis/5 button Joystick using the accelerometer as stick input and buttons 1-3, touch left as button 4 and touch right as button 5.",
"icon": "app.png",
"tags": "bluetooth",
"supports": ["BANGLEJS"],
"supports": ["BANGLEJS", "BANGLEJS2"],
"storage": [
{"name":"hidjoystick.app.js","url":"app.js"},
{"name":"hidjoystick.img","url":"app-icon.js","evaluate":true}