pull/74/head
Peter Buchegger 2021-01-09 13:36:49 +01:00
rodzic bab37b9647
commit b0345cceed
5 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages --flags "--suppress=*:*.pio\* --inline-suppr lib/APRS-IS lib/BoardFinder lib/ConfigurationManagement lib/PowerManagement lib/TaskManager" -v
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages
PlatformIO-Build:
runs-on: ubuntu-latest

Wyświetl plik

@ -5,7 +5,9 @@
#include <memory>
#include <Arduino.h>
#ifndef CPPCHECK
#include <ArduinoJson.h>
#endif
class Configuration;

Wyświetl plik

@ -13,7 +13,7 @@ lib_deps =
peterus/ESP-FTP-Server-Lib @ 0.9.5
check_tool = cppcheck
check_flags =
cppcheck: --suppress=*:*.pio\* --inline-suppr lib/common/src
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK --force lib -ilib/TimeLib -ilib/LoRa -ilib/NTPClient
monitor_flags = --raw
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
#upload_protocol = espota