lets remove clang-tidy again

pull/5/head
Peter Buchegger 2020-05-29 21:13:11 +02:00
rodzic 8a52dda5ac
commit 66ab262203
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ lib_deps =
APRS-Decoder-Lib APRS-Decoder-Lib
NTPClient NTPClient
APRS-IS-Lib APRS-IS-Lib
check_tool = cppcheck, clangtidy check_tool = cppcheck
check_flags = check_flags =
cppcheck: --suppress=*:*.pio\* cppcheck: --suppress=*:*.pio\*
# activate for OTA Update, use the USER name from settings.h as upload_port: # activate for OTA Update, use the USER name from settings.h as upload_port:

Wyświetl plik

@ -33,6 +33,7 @@ void setup_axp();
String BeaconMsg; String BeaconMsg;
// cppcheck-suppress unusedFunction
void setup() void setup()
{ {
Serial.begin(115200); Serial.begin(115200);
@ -61,6 +62,7 @@ void setup()
delay(500); delay(500);
} }
// cppcheck-suppress unusedFunction
void loop() void loop()
{ {
timeClient.update(); timeClient.update();