minipill_lora_lmic_low_powe.../platformio.ini

19 lines
581 B
INI
Raw Normal View History

2023-11-23 07:51:13 +00: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
2023-11-27 13:19:59 +00:00
[env:minipill_l051c8_lora_custom]
2023-11-23 07:51:13 +00:00
platform = ststm32
2023-11-27 13:19:59 +00:00
board = minipill_l051c8_lora_custom
2023-11-23 07:51:13 +00:00
framework = arduino
2023-11-27 13:19:59 +00:00
lib_deps =
locoduino/RingBuffer@^1.0.3
monitor_port = COM7
build_flags= -D SERIAL_RX_BUFFER_SIZE=512