Skip to content

Commit

Permalink
ci: use same ESP32CORE_URL for test and production
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Jun 4, 2024
1 parent 8908ffc commit 14c36d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ARDUINO_CLI_VERSION=0.34.2 \
ARDUINO_AVR_VERSION=1.8.5 \
ESP32_VERSION=2.0.17 \
SENSEBOXCORE_URL=https://raw.githubusercontent.com/mariopesch/senseBoxMCU-core/master/package_sensebox_index.json \
ESP32CORE_URL=https://mariopesch.github.io/sensebox-esp32-dev/package_esp32_index.json \
ESP32CORE_URL=https://espressif.github.io/arduino-esp32/package_esp32_index.json \
SSD1306_PLOT_LIBRARY_URL=https://github.com/sensebox/SSD1306-Plot-Library/archive/refs/tags/v1.0.0.zip \
SENSEBOX_LIBWEB_URL=https://github.com/sensebox/sensebox-libweb/archive/refs/heads/master.zip \
SDS011_LIBRARY_URL=https://github.com/sensebox/SDS011-select-serial/archive/refs/heads/master.zip \
Expand Down

0 comments on commit 14c36d8

Please sign in to comment.