mirror of https://github.com/arendst/Tasmota.git
Merge pull request #16388 from s-hadinger/safeboot_eth
Support for Ethernet in ESP32 safeboot firmware
This commit is contained in:
commit
3a05f69e56
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue