Skip to content

Commit dbcd551

Browse files
author
Thorsten Ludewig
committed
docker build environment updated
1 parent 0a7ab21 commit dbcd551

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docker/BUILD.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/esp32cam/firmwar
99
docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/esp32-poe/firmware.bin firmware.esp32-poe
1010
docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/heltec_wifi_lora_32/firmware.bin firmware.heltec_wifi_lora_32
1111
docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/esp32dev/firmware.bin firmware.esp32dev
12+
docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/lilygo-t-eth-poe/firmware.bin firmware.lilygo-t-eth-poe
13+
docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/wt32-eth01/firmware.bin firmware.wt32-eth01
14+
docker cp pio-esp32-adruino-info:/ESP32-Arduino-Info/.pio/build/wemos_d1_mini32/firmware.bin firmware.wemos_d1_mini32
1215
docker rm pio-esp32-adruino-info

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget unzip git
44
srecord bc xz-utils gcc python3 curl python3-pip python3-dev build-essential
55

66
RUN pip3 install -U platformio
7-
RUN pio platform install espressif32@1.12.4 --with-package framework-arduinoespressif32
7+
RUN pio platform install espressif32@3.1.0 --with-package framework-arduinoespressif32
88
RUN git clone https://github.com/thorsten-l/ESP32-Arduino-Info.git
99

1010
WORKDIR /ESP32-Arduino-Info

docker/cmd.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ git clone https://github.com/thorsten-l/ESP32-Arduino-Info.git
44
cd /ESP32-Arduino-Info
55
/usr/local/bin/platformio run \
66
-e esp32-poe \
7+
-e lilygo-t-eth-poe \
8+
-e wt32-eth01 \
9+
-e wemos_d1_mini32 \
710
-e esp32cam \
811
-e heltec_wifi_lora_32 \
912
-e esp32dev \

0 commit comments

Comments
 (0)