17 lines
537 B
INI
17 lines
537 B
INI
; 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:giga_r1_m7]
|
|
platform = ststm32
|
|
board = giga_r1_m7
|
|
framework = arduino
|
|
upload_port = COM6
|
|
monitor_speed = 115200
|
|
lib_deps = bblanchon/ArduinoJson@^7.2.0 |