From f195bd7417bc7c908fd68dfd3c28ff09a377ccf1 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 23 Apr 2025 11:55:06 +0200 Subject: [PATCH] Update README --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 731357a..ffd7248 100644 --- a/README.org +++ b/README.org @@ -39,6 +39,10 @@ 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. +*** Generate compilation database +#+begin_src sql +pio run -t compiledb +#+end_src *** Upload the configuration file to the board #+begin_src shell pio run -t uploadfs