From 5fd5acddb6b89ae2321483a6aba0038473f62936 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 5 Jul 2021 15:31:13 -0400 Subject: [PATCH] Remove espidf support --- platformio/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/platformio.ini b/platformio/platformio.ini index 3310299..50f1f84 100644 --- a/platformio/platformio.ini +++ b/platformio/platformio.ini @@ -105,7 +105,7 @@ board = nodemcuv2 [env:ESP32] platform = espressif32 -framework = arduino, espidf +framework = arduino ; ============================================================ ; Board configuration ; choose your board by uncommenting one of the following lines