diff --git a/lib/TasmotaSerial-3.0.0/library.json b/lib/TasmotaSerial-3.0.0/library.json index 0ebba7f95..47b45c4ad 100644 --- a/lib/TasmotaSerial-3.0.0/library.json +++ b/lib/TasmotaSerial-3.0.0/library.json @@ -11,5 +11,5 @@ "url": "https://github.com/arendst/Tasmota/lib/TasmotaSerial" }, "frameworks": "arduino", - "platforms": "espressif8266" + "platforms": "espressif8266","espressif32" } diff --git a/lib/TasmotaSerial-3.0.0/library.properties b/lib/TasmotaSerial-3.0.0/library.properties index e2d92a4e8..d1d9e718a 100644 --- a/lib/TasmotaSerial-3.0.0/library.properties +++ b/lib/TasmotaSerial-3.0.0/library.properties @@ -6,4 +6,4 @@ sentence=Implementation of software serial with hardware serial fallback for ESP paragraph= category=Signal Input/Output url= -architectures=esp8266 +architectures=esp8266,esp32