platformio.ini 178 Bytes
Newer Older
Enrico Pozzobon committed
1 2
[env:uno]
platform = atmelavr
3 4
platform_packages =
    toolchain-atmelavr @ 1.70300.191015
Enrico Pozzobon committed
5 6
framework = arduino
board = uno
7 8
build_flags = -Os -UDEBUG -DNDEBUG
build_type = release