From 8fb436c2e4b9846ffe500981ed98ed57b72c55f7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 20 Apr 2020 15:20:43 +0200 Subject: [PATCH] Fix updated TasmotaSerial Library info --- lib/TasmotaSerial-3.0.0/library.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/TasmotaSerial-3.0.0/library.json b/lib/TasmotaSerial-3.0.0/library.json index 47b45c4ad..19197cce4 100644 --- a/lib/TasmotaSerial-3.0.0/library.json +++ b/lib/TasmotaSerial-3.0.0/library.json @@ -11,5 +11,7 @@ "url": "https://github.com/arendst/Tasmota/lib/TasmotaSerial" }, "frameworks": "arduino", - "platforms": "espressif8266","espressif32" + "platforms": [ + "espressif8266", "espressif32" + ] }