Skip to content

Commit 60ef7be

Browse files
committed
updated ini file
1 parent af0f573 commit 60ef7be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/test/platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lib_ldf_mode = deep
1414

1515
[env:esp32_2_0_5]
1616
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
17+
platform = espressif32
18+
; or alternate platform/package:
19+
;platform = https://github.com/tasmota/platform-espressif32
20+
;platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.5/esp32-2.0.5.zip

0 commit comments

Comments
 (0)