Skip to content

Commit 62c0ece

Browse files
committed
set esp32 core version
1 parent df95d0f commit 62c0ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-datalogger-iot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Install ESP32 - v3.0.7 - working as of June 2025 (latest versions fail for various reasons)
5858
- name: Arduino - Install ESP32 platform
59-
run: arduino-cli core install esp32:esp32
59+
run: arduino-cli core install esp32:esp32@3.1.3
6060

6161
# install the libraries Flux uses
6262
- name: Install Flux dependant libraries.

0 commit comments

Comments
 (0)