Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
10e34ae38a
|
|||
3bb3013e7f
|
@ -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"]
|
||||
|
@ -6,4 +6,6 @@ board_manager:
|
||||
- http://arduino.esp8266.com/stable/package_esp8266com_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
|
||||
- http://resource.heltec.cn/download/package_CubeCell_index.json
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user