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 db31909 commit 0bdbc05Copy full SHA for 0bdbc05
platformio.ini
@@ -100,6 +100,8 @@ lib_deps =
100
; Common build environment for ESP32 platform
101
[common:esp32]
102
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
103
+;;Funhouse uses 3.0.7 of arduino-esp32 for now:
104
+; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
105
; This is needed for occasional new features and bug fixes
106
; platform = https://github.com/pioarduino/platform-espressif32#develop
107
lib_ignore = WiFiNINA, WiFi101, OneWire
0 commit comments