LoRa_APRS_iGate/platformio.ini

80 wiersze
1.9 KiB
INI
Czysty Zwykły widok Historia

2023-07-31 17:41:25 +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
2021-04-09 19:34:23 +00:00
[platformio]
2023-09-23 14:08:44 +00:00
;default_envs = tbeam
;default_envs = tbeam-s3-core
;default_envs = heltec-v1
;default_envs = heltec-v2_0
;default_envs = heltec-v2_1
;default_envs = tlora-v1
;default_envs = tlora_v1_3
2023-10-22 10:39:20 +00:00
;default_envs = tlora-v2
2023-09-23 14:08:44 +00:00
;default_envs = tlora-v2-1-1_6
extra_configs =
arch/*/*.ini
variants/*/platformio.ini
2021-04-09 19:34:23 +00:00
2020-04-17 14:33:30 +00:00
[env]
2023-09-23 14:08:44 +00:00
;extra_scripts = bin/platformio-custom.py
build_flags =
-Wl,-Map,.pio/build/output.map
2023-09-23 14:08:44 +00:00
-DRADIOLIB_EXCLUDE_CC1101
-DRADIOLIB_EXCLUDE_NRF24
-DRADIOLIB_EXCLUDE_RF69
-DRADIOLIB_EXCLUDE_SX1231
-DRADIOLIB_EXCLUDE_SI443X
-DRADIOLIB_EXCLUDE_RFM2X
-DRADIOLIB_EXCLUDE_RFM9X
-DRADIOLIB_EXCLUDE_SX128X
2023-09-23 14:08:44 +00:00
-DRADIOLIB_EXCLUDE_AFSK
-DRADIOLIB_EXCLUDE_AX25
2023-09-23 14:08:44 +00:00
-DRADIOLIB_EXCLUDE_HELLSCHREIBER
-DRADIOLIB_EXCLUDE_MORSE
-DRADIOLIB_EXCLUDE_RTTY
-DRADIOLIB_EXCLUDE_SSTV
-DRADIOLIB_EXCLUDE_DIRECT_RECEIVE
-DRADIOLIB_EXCLUDE_BELL
-DRADIOLIB_EXCLUDE_PAGER
-DRADIOLIB_EXCLUDE_FSK4
-DRADIOLIB_EXCLUDE_APRS
2020-04-05 16:21:24 +00:00
monitor_speed = 115200
2023-09-23 14:08:44 +00:00
2020-04-05 16:21:24 +00:00
lib_deps =
2023-12-09 00:12:44 +00:00
bblanchon/ArduinoJson @ 6.21.4
2023-09-27 19:31:35 +00:00
lewisxhe/XPowersLib @ 0.1.8
2021-01-04 22:10:23 +00:00
peterus/APRS-Decoder-Lib @ 0.0.6
2022-03-19 17:43:48 +00:00
peterus/esp-logger @ 1.0.0
2023-09-15 00:12:32 +00:00
peterus/ESP-FTP-Server-Lib @ 0.14.1
knolleary/PubSubClient@^2.8
2023-01-20 10:44:25 +00:00
mikalhart/TinyGPSPlus @ 1.0.3
shaggydog/OneButton @ 1.5.0
2023-11-30 00:12:49 +00:00
jgromes/RadioLib @ 6.3.0
2023-09-23 14:08:44 +00:00
2020-05-29 19:13:11 +00:00
check_tool = cppcheck
2021-01-19 22:12:55 +00:00
check_skip_packages = yes
2023-09-23 14:08:44 +00:00
check_flags =
--suppressions-list=suppressions.txt
--inline-suppr
test_build_src = yes
2023-09-23 14:08:44 +00:00
[arduino_base]
framework = arduino
lib_deps =
${env.lib_deps}
build_flags = ${env.build_flags} -Os
2023-09-23 14:08:44 +00:00
build_src_filter = ${env.build_src_filter} -<platform/portduino/>
debug_init_break = tbreak setup