mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-04-04 14:17:23 +00:00
lot of style fixes and also some important fixes!
This commit is contained in:
parent
54ce3fe267
commit
da86e89fa8
10 changed files with 206 additions and 384 deletions
|
|
@ -7,6 +7,7 @@ monitor_speed = 115200
|
|||
lib_deps =
|
||||
adafruit/Adafruit GFX Library @ 1.7.5
|
||||
adafruit/Adafruit SSD1306 @ 2.4.0
|
||||
bblanchon/ArduinoJson @ 6.17.0
|
||||
lewisxhe/AXP202X_Library @ 1.1.2
|
||||
sandeepmistry/LoRa @ 0.7.2
|
||||
peterus/APRS-Decoder-Lib @ 0.0.5
|
||||
|
|
@ -14,7 +15,8 @@ lib_deps =
|
|||
paulstoffregen/Time @ 1.6
|
||||
check_tool = cppcheck
|
||||
check_flags =
|
||||
cppcheck: --suppress=*:*.pio\* --inline-suppr
|
||||
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK
|
||||
check_skip_packages = yes
|
||||
|
||||
[env:ttgo-t-beam-v1]
|
||||
board = ttgo-t-beam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue