Skip to content

Commit

Permalink
Merge pull request #444 from doudar/PlatformioDependencyUpdate
Browse files Browse the repository at this point in the history
Platform Packages change
  • Loading branch information
doudar authored Jan 26, 2023
2 parents e4e0ed2 + 9068e61 commit 82af991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-

Expand Down
4 changes: 1 addition & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82af991

Please sign in to comment.