From 2759413f7689c8d36315ebc7df47186747eab5fb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 28 Jan 2017 18:30:57 +0200 Subject: [PATCH] Use official Espressif Arduino Core --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 1f14716..56a4f77 100644 --- a/platform.json +++ b/platform.json @@ -46,7 +46,7 @@ "framework-arduinoespressif32": { "type": "framework", "optional": true, - "version": "https://github.com/ivankravets/arduino-esp32.git" + "version": "https://github.com/espressif/arduino-esp32.git" }, "framework-espidf": { "type": "framework",