install cubecell stuff

This commit is contained in:
Wolfgang Hottgenroth 2022-12-20 17:59:53 +01:00
parent 3bb3013e7f
commit 10e34ae38a
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -39,7 +39,8 @@ RUN \
arduino-cli core install arduino:samd && \
arduino-cli core install esp8266:esp8266 && \
arduino-cli core install esp32:esp32 && \
arduino-cli core install Heltec-esp32:esp32
arduino-cli core install Heltec-esp32:esp32 && \
arduino-cli core install CubeCell:CubeCell
CMD ["/bin/bash"]