From 1d8ddbde78ff447bed442182f958fab8d1d25e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Gauthier?= Date: Wed, 10 Dec 2025 11:51:54 +0100 Subject: [PATCH] manually add lib deps for gitlab CLI --- README.md | 6 ++++-- platformio.ini | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47bd12f..f5ac890 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Arduino-Photometrics +# Arduino-Photometrics ![CI][] **Arduino-photometrics** is sub-part of **Robot Go West**, this project aim to collect lighting data of location for training a prediction model for retrieve the location of the sun. @@ -43,4 +43,6 @@ You can change the value in the [main file](main.cpp) or simply disable it. ### Gather measures After a measure time. Connect the arduino to your PC, execute the [download](exec/download_csv.py) file with `python3 download_csv.py` to create a csv from collected data. -The download action remove whole arduino memory. \ No newline at end of file +The download action remove whole arduino memory. + +[CI]: https://gitlab.com/Luci_/arduino-photometrics/badges/main/pipeline.svg \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index f1969f5..35bdf60 100755 --- a/platformio.ini +++ b/platformio.ini @@ -22,4 +22,6 @@ lib_deps = northernwidget/DS3231@^1.1.2 arduino-libraries/Ethernet robtillaart/CRC + ThrowTheSwitch/Unity@^2.6.0 + lib_ldf_mode = deep+ \ No newline at end of file