From 1405ab9d9e1ecbaba5619bc5aaf0bf475781d3a1 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Tue, 31 Jan 2023 10:38:10 +0000 Subject: [PATCH] fix: remove unused libs --- ESP/platformio.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/ESP/platformio.ini b/ESP/platformio.ini index 3145935..208be51 100644 --- a/ESP/platformio.ini +++ b/ESP/platformio.ini @@ -64,9 +64,6 @@ lib_ldf_mode = deep+ ;115200 is used for compatability - if you are on windows and want the code to flash faster use 921600 upload_speed = 921600 lib_deps = - ;esp32-camera - leftcoast/LC_baseTools@^1.5 - bblanchon/ArduinoJson@^6.19.4 https://github.com/me-no-dev/ESPAsyncWebServer.git https://github.com/me-no-dev/AsyncTCP.git