14 lines
270 B
Cheetah
14 lines
270 B
Cheetah
[project]
|
|
name = "{{PROJECT_NAME}}"
|
|
anvil_version = "{{ANVIL_VERSION}}"
|
|
|
|
[build]
|
|
fqbn = "arduino:avr:uno"
|
|
warnings = "more"
|
|
include_dirs = ["lib/hal", "lib/app"]
|
|
extra_flags = ["-Werror"]
|
|
|
|
[monitor]
|
|
baud = 115200
|
|
# port = "/dev/ttyUSB0" # Uncomment to skip auto-detect
|