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 176ff81 commit 5f6b814Copy full SHA for 5f6b814
platformio.ini
@@ -81,7 +81,8 @@ lib_deps =
81
82
; Common build environment for ESP32 platform
83
[common:esp32]
84
-platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
+; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
85
+platform = https://github.com/pioarduino/platform-espressif32/archive/refs/heads/develop.zip
86
lib_ignore = WiFiNINA, WiFi101, OneWire
87
monitor_filters = esp32_exception_decoder, time
88
0 commit comments