introduce dispatch method to simplify things

This commit is contained in:
2018-07-13 16:16:44 +02:00
parent 6cfd065f41
commit b4ebd347eb
5 changed files with 15 additions and 4 deletions

View File

@@ -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
```