mirror of
https://github.com/lowobservable/coax.git
synced 2026-01-20 10:14:34 +00:00
14 lines
182 B
INI
14 lines
182 B
INI
[platformio]
|
|
default_envs = mega2560
|
|
|
|
[env]
|
|
framework = arduino
|
|
|
|
[env:mega1280]
|
|
platform = atmelavr
|
|
board = megaatmega1280
|
|
|
|
[env:mega2560]
|
|
platform = atmelavr
|
|
board = megaatmega2560
|