Skip to content

Commit

Permalink
add example lib_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Feb 2, 2025
1 parent 2b90ad3 commit d5895f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pio_local.ini_example
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ custom_password = admin
; upload_protocol = custom
; custom_emsesp_ip = 10.10.10.93

; example override for lib_deps and using locally built modules
;lib_deps =
; bblanchon/ArduinoJson @ 7.3.0
; ESP32Async/AsyncTCP @ 3.3.2
; ESP32Async/ESPAsyncWebServer @ 3.6.2
; file://${PROJECT_DIR}/../modules/EMS-ESP-Modules

; ** debug settings **
; to be used with esp-prog/JTAG hardware device like https://docs.espressif.com/projects/esp-dev-kits/en/latest/other/esp-prog/user_guide.html
; pio run -e debug
Expand Down

0 comments on commit d5895f1

Please sign in to comment.