From 6a7499d7b825259c4419af096c29c86f930c68bf Mon Sep 17 00:00:00 2001 From: coolneng <akasroua@gmail.com> Date: Sat, 19 Apr 2025 19:16:28 +0200 Subject: [PATCH] Update README --- README.org | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 557d712..731357a 100644 --- a/README.org +++ b/README.org @@ -39,20 +39,15 @@ The file needs to be renamed to config.json The software uses the Arduino framework and the development environment of [[https://platformio.org/][PlatformIO]], which offers better tooling than the official Arduino IDE. -1. Upload the configuration file to the board: - +*** Upload the configuration file to the board #+begin_src shell pio run -t uploadfs #+end_src - -2. Compile the project - +*** Compile the project #+begin_src shell pio run -t compile #+end_src - -3. Upload firmware - +*** Upload firmware #+begin_src shell pio run -t upload #+end_src