manually add lib deps for gitlab CLI

This commit is contained in:
Aurélien Gauthier 2025-12-10 11:51:54 +01:00
parent 378c5f5158
commit 1d8ddbde78
2 changed files with 6 additions and 2 deletions

View file

@ -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. **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.
@ -44,3 +44,5 @@ You can change the value in the [main file](main.cpp) or simply disable it.
After a measure time. 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. 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. The download action remove whole arduino memory.
[CI]: https://gitlab.com/Luci_/arduino-photometrics/badges/main/pipeline.svg

View file

@ -22,4 +22,6 @@ lib_deps =
northernwidget/DS3231@^1.1.2 northernwidget/DS3231@^1.1.2
arduino-libraries/Ethernet arduino-libraries/Ethernet
robtillaart/CRC robtillaart/CRC
ThrowTheSwitch/Unity@^2.6.0
lib_ldf_mode = deep+ lib_ldf_mode = deep+