Support for Ethernet in ESP32 safeboot firmware

This commit is contained in:
Stephan Hadinger 2022-08-30 18:46:22 +02:00
parent a427f33839
commit 3791ecd2a0
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