Update README.org
This commit is contained in:
+12
-7
@@ -1,20 +1,25 @@
|
|||||||
* Powerbutton
|
* Powerbutton
|
||||||
|
|
||||||
** Init
|
|
||||||
|
|
||||||
platformio init --board esp32-c3-devkitm-1
|
|
||||||
|
|
||||||
** Build
|
** Build
|
||||||
|
|
||||||
platformio run
|
#+BEGIN_SRC sh
|
||||||
|
make client
|
||||||
|
make server
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Upload
|
** Upload
|
||||||
|
|
||||||
platformio run --target upload
|
#+BEGIN_SRC sh
|
||||||
|
make client-run
|
||||||
|
make server-run
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Console
|
** Console
|
||||||
|
|
||||||
platformio device monitor
|
#+BEGIN_SRC sh
|
||||||
|
make client-log
|
||||||
|
make server-log
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Configuration
|
** Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user