We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6669bf3 + e99095d commit 3451ff8Copy full SHA for 3451ff8
1 file changed
Dockerfile
@@ -97,6 +97,7 @@ RUN arduino-cli lib install "RG15-Arduino"
97
RUN arduino-cli lib install "Adafruit seesaw Library"
98
RUN arduino-cli lib install "ESP32Time"
99
RUN arduino-cli lib install "Adafruit MAX1704X"
100
+RUN arduino-cli lib install "ICM42670P"
101
RUN arduino-cli lib install --git-url https://github.com/sensebox/SSD1306-Plot-Library
102
RUN arduino-cli lib install --git-url https://github.com/sensebox/sensebox-libweb
103
RUN arduino-cli lib install --git-url https://github.com/sensebox/SDS011-select-serial
@@ -109,6 +110,8 @@ RUN arduino-cli lib install --git-url https://github.com/FluxGarage/RoboEyes
109
110
RUN arduino-cli lib install "Adafruit NAU7802 Library"
111
112
113
+
114
115
WORKDIR /app
116
117
COPY package.json /app
0 commit comments