Fixes PIO code inspector

1.2-legacy
Jm Casler 2022-01-23 00:29:16 -08:00
rodzic 4e3fda87a1
commit 9e4e79c5d7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -83,6 +83,10 @@ lib_deps =
https://github.com/geeksville/ArduinoThread.git#72921ac222eed6f526ba1682023cee290d9aa1b3
PubSubClient
; Used for the code analysis in PIO Home / Inspect
check_tool = cppcheck, clangtidy
check_skip_packages = yes
; Common settings for conventional (non Portduino) Arduino targets
[arduino_base]