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 af0f573 commit 60ef7beCopy full SHA for 60ef7be
examples/test/platformio.ini
@@ -14,7 +14,7 @@ lib_ldf_mode = deep
14
15
[env:esp32_2_0_5]
16
board = esp32dev
17
-; using tasmota platform instead of the official to ensure all latest patches are applied
18
-platform = https://github.com/tasmota/platform-espressif32
19
-; using package 2.0.5 as eth_* support is instable before this version
20
-platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.5/esp32-2.0.5.zip
+platform = espressif32
+; or alternate platform/package:
+;platform = https://github.com/tasmota/platform-espressif32
+;platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.5/esp32-2.0.5.zip
0 commit comments