Update README

This commit is contained in:
coolneng 2025-04-19 19:16:28 +02:00
parent 9530cd0094
commit 6a7499d7b8
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -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. 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 #+begin_src shell
pio run -t uploadfs pio run -t uploadfs
#+end_src #+end_src
*** Compile the project
2. Compile the project
#+begin_src shell #+begin_src shell
pio run -t compile pio run -t compile
#+end_src #+end_src
*** Upload firmware
3. Upload firmware
#+begin_src shell #+begin_src shell
pio run -t upload pio run -t upload
#+end_src #+end_src