mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 21:18:21 +01:00
introduce dispatch method to simplify things
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
Library to build a mesh network of single purpose nodes.
|
||||
|
||||
## WTF is a sprocket?
|
||||
A sprocket is a device that has a single purpose, for example a PIR sensor node that notifies other nodes if there is motion or an LED node that lights up when a message is received.
|
||||
A sprocket is a device that has a single purpose, for example a PIR sensor node that notifies other nodes if there is motion or an LED node that lights up when a message is received.
|
||||
|
||||
# Useful commands
|
||||
```sh
|
||||
# erase flash
|
||||
esptool --port /dev/ttyUSB0 erase_flash
|
||||
```
|
||||
Reference in New Issue
Block a user