From 77971ed29f0c6b2db2497a55e8cda917c8990231 Mon Sep 17 00:00:00 2001 From: abratchik Date: Sat, 17 Dec 2022 16:20:45 +0400 Subject: [PATCH] fix dependency --- platformio.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b8838b0..31dbb78 100644 --- a/platformio.ini +++ b/platformio.ini @@ -44,7 +44,9 @@ build_flags = -mfix-esp32-psram-cache-issue ; using the latest stable version -lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git +lib_deps = + jkb-git/ESP32Servo.git + me-no-dev/ESPAsyncWebServer.git ; For OTA uploading uncomment the next lines and add the IP address or mDNS name of the camera module, and the OTA password ;upload_protocol = espota