From 52eab0ea7a465d29a4c480a263a896d94f6c7209 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 12 Sep 2025 22:35:00 +0200 Subject: [PATCH] Update README.org --- README.org | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 973cd6b..1b6d76c 100644 --- a/README.org +++ b/README.org @@ -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 +#+BEGIN_SRC sh +make client-run +make server-run +#+END_SRC ** Console -platformio device monitor +#+BEGIN_SRC sh +make client-log +make server-log +#+END_SRC ** Configuration