We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df95d0f commit 62c0eceCopy full SHA for 62c0ece
.github/workflows/build-datalogger-iot.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Install ESP32 - v3.0.7 - working as of June 2025 (latest versions fail for various reasons)
58
- name: Arduino - Install ESP32 platform
59
- run: arduino-cli core install esp32:esp32
+ run: arduino-cli core install esp32:esp32@3.1.3
60
61
# install the libraries Flux uses
62
- name: Install Flux dependant libraries.
0 commit comments