add neopixel example

This commit is contained in:
2018-08-29 10:54:22 +02:00
parent 74e9b8df4f
commit 945bf78459
11 changed files with 676 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# Mesh Sprocket Example
## OTA
mosquitto_sub -h citadel.lan -p 1883 -v -t '#'
Enable OTA:
mosquitto_pub -h citadel.lan -p 1883 -t '/down/wirelos/gateway' -m '{"target":"broadcast", "domain": "wirelos", "msg": {"target":"broadcast", "type": 3, msg: "OTA"} }'