2025-01-17 20:58:17 -05:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env:nanoatmega328new]
|
|
|
|
platform = atmelavr
|
2025-01-19 00:31:32 -05:00
|
|
|
board = nanoatmega328
|
2025-01-17 20:58:17 -05:00
|
|
|
framework = arduino
|
2025-01-19 01:01:31 -05:00
|
|
|
monitor_speed = 115200
|