-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin espressif to 3.4.0, correct arduino-json version
- Loading branch information
andreas
committed
Apr 30, 2022
1 parent
1f42852
commit 78ed97f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,12 @@ extra_configs= | |
lib/*task*/platformio.ini | ||
|
||
[env] | ||
platform = espressif32 | ||
platform = espressif32 @ 3.4.0 | ||
framework = arduino | ||
lib_deps = | ||
ttlappalainen/NMEA2000-library @ 4.17.2 | ||
ttlappalainen/NMEA0183 @ 1.7.1 | ||
bblanchon/ArduinoJson@6.18.5 | ||
ArduinoJson @ 6.18.5 | ||
ottowinter/[email protected] | ||
fastled/FastLED @ 3.4.0 | ||
board_build.embed_files = | ||
|