Files
anvil/templates/basic/_dot_anvil.toml.tmpl
Eric Ratliff 60ba7c7bed Better
2026-02-18 20:15:46 -06:00

13 lines
213 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