Files
Polisher-Control/firmware/teensy/platformio.ini
2026-05-26 16:23:04 +00:00

10 lines
185 B
INI

[env:teensy41]
platform = teensy
board = teensy41
framework = arduino
monitor_speed = 115200
build_flags =
-D POLISHER_CONTROL_PROTOCOL_VERSION=1
lib_deps =
tonton81/FlexCAN_T4