Merge pull request #16388 from s-hadinger/safeboot_eth

Support for Ethernet in ESP32 safeboot firmware
This commit is contained in:
s-hadinger 2022-08-30 19:47:02 +02:00 committed by GitHub
commit 3a05f69e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Added
- Support for SGP40 gas and air quality sensor (#16341)
- Support for Modbus writing using ModbusBridge by JeroenSt (#16351)
- Support for Ethernet in ESP32 safeboot firmware
### Changed
- TasmotaModbus library from v3.5.0 to v3.6.0 (#16351)

View File

@ -182,6 +182,7 @@
#define USE_WEBCLIENT
#define USE_WEBCLIENT_HTTPS
#define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+0k8 code)
#define USE_ETHERNET
#endif // FIRMWARE_SAFEBOOT