mirror of https://github.com/espruino/BangleApps
Improved naming/documentation
parent
a0837cbecf
commit
2d76d0bd13
|
@ -4218,10 +4218,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "emojuino",
|
"id": "emojuino",
|
||||||
"name": "Emoji Broadcaster",
|
"name": "Emojuino",
|
||||||
"shortName": "Emojuino",
|
"shortName": "Emojuino",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Emojis & Espruino: advertise Unicode emojis via BLE",
|
"description": "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy.",
|
||||||
"icon": "emojuino.png",
|
"icon": "emojuino.png",
|
||||||
"tags": "emoji",
|
"tags": "emoji",
|
||||||
"supports" : [ "BANGLEJS2" ],
|
"supports" : [ "BANGLEJS2" ],
|
||||||
|
|
|
@ -2,22 +2,27 @@
|
||||||
|
|
||||||
Emojis & Espruino!
|
Emojis & Espruino!
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Select an emoji and then tap to transmit!
|
Select an emoji and then tap to transmit! The emoji will be recognised by [Pareto Anywhere](https://www.reelyactive.com/pareto/anywhere/) open source middleware and any other program which observes the [InteroperaBLE Identifier](https://reelyactive.github.io/interoperable-identifier/) open standard.
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Currently implements a tiny subset of possible Unicode emojis.
|
Currently implements a tiny subset of possible [Unicode emojis](https://unicode.org/emoji/charts/full-emoji-list.html) which are advertised as an [InteroperaBLE Identifier](https://reelyactive.github.io/interoperable-identifier/) encapsulated as Eddystone UID.
|
||||||
|
|
||||||
|
|
||||||
## Controls
|
## Controls
|
||||||
|
|
||||||
Swipe left/right to select the emoji to broadcast. Tap the screen to initiate the broadcast. Emoji will flash while broadcasting.
|
Swipe left/right to select the emoji to broadcast. Tap the screen to initiate the broadcast. Emoji will flash while broadcasting, which lasts for 5 seconds.
|
||||||
|
|
||||||
|
|
||||||
## Requests
|
## Requests
|
||||||
|
|
||||||
[Contact reelyActive](https://www.reelyactive.com/contact/) for support/updates.
|
[Contact reelyActive](https://www.reelyactive.com/contact/) for support/updates.
|
||||||
|
|
||||||
|
|
||||||
## Creator
|
## Creator
|
||||||
|
|
||||||
Developed by [jeffyactive](https://github.com/jeffyactive) of [reelyActive](https://www.reelyactive.com)
|
Developed by [jeffyactive](https://github.com/jeffyactive) of [reelyActive](https://www.reelyactive.com)
|
||||||
|
|
Loading…
Reference in New Issue