Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
cdd4d2fa5a
|
@ -55,7 +55,7 @@ Installation
|
||||||
In the [release section](../../releases) you can find a couple of pre-build binaries.<br>
|
In the [release section](../../releases) you can find a couple of pre-build binaries.<br>
|
||||||
They are devided into binaries for an initial flash (xxx-all.bin) and binaries for updating an existing device (xxx-update.bin).
|
They are devided into binaries for an initial flash (xxx-all.bin) and binaries for updating an existing device (xxx-update.bin).
|
||||||
|
|
||||||
For other Hardware refer to the [online build service](https://circleci.com/).
|
For other Hardware refer to the [online build service](doc/BuildService.md).
|
||||||
|
|
||||||
Initial Flash
|
Initial Flash
|
||||||
*************
|
*************
|
||||||
|
@ -165,6 +165,10 @@ For details refer to the [example description](lib/exampletask/Readme.md).
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
[20231228](../../releases/tag/20231228)
|
||||||
|
**********
|
||||||
|
* lock AsyncTCP-esphome to 2.0.1 to avoid compile errors
|
||||||
|
* own main loop to avoid deadlocks with serial send in user tasks
|
||||||
[20231105](../../releases/tag/20231105)
|
[20231105](../../releases/tag/20231105)
|
||||||
**********
|
**********
|
||||||
* support for ESP32-S3
|
* support for ESP32-S3
|
||||||
|
|
|
@ -26,6 +26,7 @@ lib_deps =
|
||||||
ttlappalainen/NMEA2000-library @ 4.18.9
|
ttlappalainen/NMEA2000-library @ 4.18.9
|
||||||
ttlappalainen/NMEA0183 @ 1.9.1
|
ttlappalainen/NMEA0183 @ 1.9.1
|
||||||
ArduinoJson @ 6.18.5
|
ArduinoJson @ 6.18.5
|
||||||
|
AsyncTCP-esphome @ 2.0.1
|
||||||
ottowinter/ESPAsyncWebServer-esphome@2.0.1
|
ottowinter/ESPAsyncWebServer-esphome@2.0.1
|
||||||
fastled/FastLED @ 3.6.0
|
fastled/FastLED @ 3.6.0
|
||||||
FS
|
FS
|
||||||
|
|
Loading…
Reference in New Issue