Skip to content

Commit f1f485b

Browse files
committed
fix the esp32 core version
1 parent 1ddb266 commit f1f485b

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
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Install ESP32 - v2.0.9 (May, 2023)
6060
- name: Arduino - Install ESP32 platform
61-
run: arduino-cli core install esp32:esp32
61+
run: arduino-cli core install esp32:esp32@2.0.14
6262

6363
# install the libraries Flux uses
6464
- name: Install Flux dependant libraries.

0 commit comments

Comments
 (0)