CuizzMaster/platformio.ini

16 lines
489 B
INI
Raw Normal View History

2022-11-02 19:26:30 +01: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
2022-11-02 19:30:04 +01:00
[env:nanoatmega328]
2022-11-02 19:26:30 +01:00
platform = atmelavr
2022-11-02 19:30:04 +01:00
board = nanoatmega328
2022-11-02 19:26:30 +01:00
framework = arduino
lib_deps = featherfly/SoftwareSerial@^1.0