add Heltec
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
FROM registry.hottis.de/dockerized/base-build-env:1.3.0
|
FROM registry.hottis.de/dockerized/base-build-env:1.5.3-bullseye
|
||||||
|
|
||||||
|
|
||||||
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
||||||
LABEL ImageName="registry.hottis.de/dockerized/build-env-arduino"
|
LABEL ImageName="registry.hottis.de/dockerized/build-env-arduino"
|
||||||
@ -12,7 +13,7 @@ ENV USER arduino
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y vim.tiny && \
|
apt install -y vim-tiny && \
|
||||||
apt install -y python-cheetah && \
|
apt install -y python-cheetah && \
|
||||||
apt install -y python3 && \
|
apt install -y python3 && \
|
||||||
pip install pyserial && \
|
pip install pyserial && \
|
||||||
@ -37,7 +38,8 @@ RUN \
|
|||||||
arduino-cli core install arduino:avr && \
|
arduino-cli core install arduino:avr && \
|
||||||
arduino-cli core install arduino:samd && \
|
arduino-cli core install arduino:samd && \
|
||||||
arduino-cli core install esp8266:esp8266 && \
|
arduino-cli core install esp8266:esp8266 && \
|
||||||
arduino-cli core install esp32:esp32
|
arduino-cli core install esp32:esp32 && \
|
||||||
|
arduino-cli core install Heltec-esp32:esp32
|
||||||
|
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
@ -5,4 +5,5 @@ board_manager:
|
|||||||
additional_urls:
|
additional_urls:
|
||||||
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
|
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
|
||||||
- https://dl.espressif.com/dl/package_esp32_index.json
|
- https://dl.espressif.com/dl/package_esp32_index.json
|
||||||
|
- https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/0.0.7/package_heltec_esp32_index.json
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user