Files
2026-06-16 04:59:02 +10:00

17 lines
537 B
INI

; Build this example standalone: cd here && pio run
; It pulls in the parent SPPro library via a symlink to the repo root
; (which holds library.json). symlink:// is the modern replacement for the
; deprecated lib_extra_dirs.
;
; src_dir = . keeps the .ino at the example root (so the Arduino IDE sees it as
; a normal example) while still letting `pio run` build it from this folder.
[platformio]
src_dir = .
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps = symlink://../..