From b943a3f1c845589cf7874a83ef5984f21148a376 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 23 Jun 2023 11:59:32 +0200 Subject: [PATCH] Update README --- README.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.org b/README.org index 582a412..cce24eb 100644 --- a/README.org +++ b/README.org @@ -24,3 +24,21 @@ The sensor captures the data every 15 minutes and sends it to a MQTT broker and ** Deployment The software uses the Arduino framework and the development environment of [[https://platformio.org/][PlatformIO]], which offers better tools than the Arduino IDE. + +1. Upload the configuration file to the board: + +#+begin_src shell +pio run -t uploadfs +#+end_src + +2. Compile the project + +#+begin_src shell +pio run -t compile +#+end_src + +3. Upload firmware + +#+begin_src shell +pio run -t upload +#+end_src