mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
add neopixel example
This commit is contained in:
7
src/examples/meshPixel/README.md
Normal file
7
src/examples/meshPixel/README.md
Normal 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"} }'
|
||||
Reference in New Issue
Block a user