Skip to content

Commit

Permalink
updated platform and platform_packages
Browse files Browse the repository at this point in the history
This will fix the described error above.
issue: "easytarget#218"
  • Loading branch information
nh-nico committed Nov 5, 2022
1 parent 4c9ab6e commit ca56621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
src_dir = ./

[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.3
platform = espressif32
platform_packages = framework-arduinoespressif32
board = esp32dev
board_build.partitions = min_spiffs.csv
framework = arduino
Expand Down

0 comments on commit ca56621

Please sign in to comment.