@ -1,20 +1,25 @@
* Powerbutton
** Init
platformio init --board esp32-c3-devkitm-1
** Build
platformio run
#+BEGIN_SRC sh
make client
make server
#+END_SRC
** Upload
platformio run --target upload
make client-run
make server-run
** Console
platformio device monitor
make client-log
make server-log
** Configuration