mirror of https://github.com/espruino/BangleApps
Unbump app with only comment change
parent
ceb8039711
commit
751f5ed9f3
|
@ -3,4 +3,3 @@
|
||||||
launcher is active.
|
launcher is active.
|
||||||
0.03: Handle errors when sending input over BLE and the special-case of
|
0.03: Handle errors when sending input over BLE and the special-case of
|
||||||
replacing a single handler
|
replacing a single handler
|
||||||
0.04: Minor code improvements
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "widhid",
|
"id": "widhid",
|
||||||
"name": "Bluetooth Music Swipe Control Widget",
|
"name": "Bluetooth Music Swipe Control Widget",
|
||||||
"shortName": "BLE Swipe Widget",
|
"shortName": "BLE Swipe Widget",
|
||||||
"version": "0.04",
|
"version": "0.03",
|
||||||
"description": "Based on Swipe Bluetooth Music Controls (based on Bluetooth Music Controls). Swipe down to enable, then swipe up/down for volume, left/right for previous and next and tap for play/pause. Enable HID in settings, pair with your phone/computer, then use this widget to control music from your watch!",
|
"description": "Based on Swipe Bluetooth Music Controls (based on Bluetooth Music Controls). Swipe down to enable, then swipe up/down for volume, left/right for previous and next and tap for play/pause. Enable HID in settings, pair with your phone/computer, then use this widget to control music from your watch!",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
Loading…
Reference in New Issue