Skip to content

Commit 4e61b34

Browse files
committed
Stick to v3.x version of espressif32 platform
Need several changes to work with v4.x
1 parent 9ca0fea commit 4e61b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ src_dir = src
3838
extra_configs = custom_config.ini
3939

4040
[env:esp32dev]
41-
platform = espressif32
41+
platform = espressif32 @ ^3
4242
board = esp32dev
4343
framework = arduino
4444
monitor_speed = 115200

0 commit comments

Comments
 (0)