Merge pull request #1131 from mc-hamster/master

Fixes PIO code inspector
This commit is contained in:
Jm Casler 2022-01-23 01:01:50 -08:00 committed by GitHub
commit ab8083dec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,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]