Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Feb 1, 2024
1 parent 837b8d6 commit ac27651
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@
]
},
{ "id": "bleeverything",
"name": "Bluetooth Advertiser - Everything!",
"icon": "icon.png",
"version":"0.01",
"description": "Upload this code and your Puck will advertise temperature (f), battery percentage, LED states, Voltage and Light data each minute. It will also advertise button, acceleration, magnetic field and nfc field state data when it senses a change. You can use EspruinoHub and NodeRed MQTT In nodes to record and process the advertised data.",
"tags": "bluetooth,nfc",
"needsFeatures":["BLE","ACCEL","GYRO","NFC"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
"name": "Bluetooth Advertiser - Everything!",
"icon": "icon.png",
"version":"0.01",
"description": "Upload this code and your Puck will advertise temperature (f), battery percentage, LED states, Voltage and Light data each minute. It will also advertise button, acceleration, magnetic field and nfc field state data when it senses a change. You can use EspruinoHub and NodeRed MQTT In nodes to record and process the advertised data.",
"tags": "bluetooth,nfc",
"needsFeatures":["BLE","ACCEL","GYRO","NFC"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bthome_button",
"name": "BTHome button",
Expand Down

0 comments on commit ac27651

Please sign in to comment.