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 5087720 commit aac16e0Copy full SHA for aac16e0
platformio.ini
@@ -95,7 +95,8 @@ lib_deps =
95
96
; Common build environment for ESP32 platform
97
[common:esp32]
98
-platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
+; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
99
+platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13+github/platform-espressif32.zip
100
; This is needed for occasional new features and bug fixes
101
; platform = https://github.com/pioarduino/platform-espressif32#develop
102
lib_ignore = WiFiNINA, WiFi101, OneWire
0 commit comments