Skip to content

Commit

Permalink
freeze arduino-esp32 version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
qguv committed May 9, 2023
1 parent dadec05 commit e550ae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ default_envs = serial
extra_configs = platformio-*.ini

[env]
platform = espressif32
# https://github.com/platformio/platform-espressif32/issues/1092#issuecomment-1538156473
platform = https://github.com/platformio/platform-espressif32.git#35c40ed54872243894ad5c30172df5c98a95acca
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.9
board = esp32thing
board_build.partitions = default.csv
framework = arduino
Expand Down

0 comments on commit e550ae4

Please sign in to comment.