From 3791ecd2a0dab5cfb9952f9b747fe4f8c420c2b2 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 30 Aug 2022 18:46:22 +0200 Subject: [PATCH] Support for Ethernet in ESP32 safeboot firmware --- CHANGELOG.md | 1 + tasmota/include/tasmota_configurations_ESP32.h | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ce50ee4..e80cd862f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 9f33d3544..4544f7da6 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -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