Skip to content

Commit 77971ed

Browse files
committed
fix dependency
1 parent 6749ae9 commit 77971ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platformio.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ build_flags =
4444
-mfix-esp32-psram-cache-issue
4545

4646
; using the latest stable version
47-
lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git
47+
lib_deps =
48+
jkb-git/ESP32Servo.git
49+
me-no-dev/ESPAsyncWebServer.git
4850

4951
; For OTA uploading uncomment the next lines and add the IP address or mDNS name of the camera module, and the OTA password
5052
;upload_protocol = espota

0 commit comments

Comments
 (0)