mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-29 11:54:17 +01:00
cppcheck update
This commit is contained in:
parent
3843bfead3
commit
8a52dda5ac
|
|
@ -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…
Reference in a new issue