mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
24 lines
617 B
INI
Executable file
24 lines
617 B
INI
Executable file
; 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:megaADK]
|
|
platform = atmelavr
|
|
board = megaADK
|
|
framework = arduino
|
|
test_framework = unity
|
|
build_flags =
|
|
-std=gnu++17
|
|
-I lib/
|
|
lib_deps =
|
|
northernwidget/DS3231@^1.1.2
|
|
arduino-libraries/Ethernet
|
|
robtillaart/CRC
|
|
|
|
lib_ldf_mode = deep+ |