Skip to content

Commit

Permalink
Merge pull request #145 from sensebox/add-solar-charger-and-rain-sensor
Browse files Browse the repository at this point in the history
Added two new libraries necessary for solar charger and rain sensor i…
  • Loading branch information
felixerdy authored Feb 21, 2025
2 parents 21a84b1 + cab5964 commit bc37440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ RUN arduino-cli lib install "Adafruit ICM20X"
RUN arduino-cli lib install "NeoGPS"
RUN arduino-cli lib install "Adafruit NeoMatrix"
RUN arduino-cli lib install "Arduino Low Power"
RUN arduino-cli lib install "SolarChargerSB041"
RUN arduino-cli lib install "RG15-Arduino"
RUN arduino-cli lib install "Adafruit seesaw Library"
RUN arduino-cli lib install "ESP32Time"
RUN arduino-cli lib install "Adafruit MAX1704X"
Expand Down Expand Up @@ -117,4 +119,4 @@ COPY splash.h ../root/Arduino/libraries/Adafruit_SSD1306/splash.h

# COPY platform.txt /app/src/arduino-ide/packages/arduino/hardware/samd/1.8.11

CMD ["yarn","start"]
CMD ["yarn","start"]

0 comments on commit bc37440

Please sign in to comment.