From 299eafc45aba3e230189d9552f985c80007a3d24 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 8 Feb 2018 00:59:30 +0000 Subject: [PATCH] Add ESP32 to platform list --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 8e8e334..d315019 100644 --- a/library.json +++ b/library.json @@ -21,5 +21,5 @@ } ], "frameworks": "arduino", - "platforms": "espressif8266" + "platforms": "espressif8266, espressif32" }