diff --git a/CHANGELOG.md b/CHANGELOG.md index fb42e201..1e1e8bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ### Changed - Fixed bug where "none" hr still scanned. Credit to @xpectnil for discovering. +- Simplified Platform Packages to work better with newest version of PlatformIO. ### Hardware - diff --git a/platformio.ini b/platformio.ini index 60b6ec96..975afc89 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,11 +13,9 @@ default_envs = release [esp32doit] lib_ldf_mode = chain lib_compat_mode = strict -platform = https://github.com/platformio/platform-espressif32.git#v5.3.0 +platform = espressif32 @ 5.3.0 board = esp32doit-devkit-v1 framework = arduino -platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.6 - toolchain-xtensa32@~2.80400.0 board_build.partitions = min_spiffs.csv board_build.filesystem = littlefs upload_speed = 921600