mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:09 +00:00
cppcheck update
This commit is contained in:
parent
3843bfead3
commit
8a52dda5ac
2 changed files with 7 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ install:
|
|||
- pip install -U platformio
|
||||
- platformio update
|
||||
script:
|
||||
- platformio check
|
||||
- platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
|
||||
- platformio run
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
[platformio]
|
||||
default_envs = ttgo-lora32-v1
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
|
|
@ -10,6 +13,9 @@ lib_deps =
|
|||
APRS-Decoder-Lib
|
||||
NTPClient
|
||||
APRS-IS-Lib
|
||||
check_tool = cppcheck, clangtidy
|
||||
check_flags =
|
||||
cppcheck: --suppress=*:*.pio\*
|
||||
# activate for OTA Update, use the USER name from settings.h as upload_port:
|
||||
#upload_protocol = espota
|
||||
#upload_port = <USER>.local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue