change to fixed library versions
This commit is contained in:
parent
324d3c4060
commit
cf3e1fb0b3
|
@ -20,12 +20,11 @@ extra_configs=
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
ttlappalainen/NMEA2000-library @ ^4.17.2
|
ttlappalainen/NMEA2000-library @ 4.17.2
|
||||||
#ttlappalainen/NMEA2000_esp32 @ ^1.0.3
|
ttlappalainen/NMEA0183 @ 1.7.1
|
||||||
ttlappalainen/NMEA0183 @ ^1.7.1
|
bblanchon/ArduinoJson@6.18.5
|
||||||
bblanchon/ArduinoJson@^6.18.5
|
ottowinter/ESPAsyncWebServer-esphome@2.0.1
|
||||||
ottowinter/ESPAsyncWebServer-esphome@^2.0.1
|
fastled/FastLED @ 3.4.0
|
||||||
fastled/FastLED @ ^3.4.0
|
|
||||||
board_build.embed_files =
|
board_build.embed_files =
|
||||||
lib/generated/index.html.gz
|
lib/generated/index.html.gz
|
||||||
lib/generated/index.js.gz
|
lib/generated/index.js.gz
|
||||||
|
|
Loading…
Reference in New Issue