From a67f4f0c069d54c3c14ea533f9acebdba2a954b7 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 2 May 2024 13:57:18 +0200 Subject: [PATCH] Make use of PIO Project Inspect possible without the set option, Inspect tries to analyze every lib which does fail --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 5798a867a..0f21033da 100644 --- a/platformio.ini +++ b/platformio.ini @@ -39,6 +39,7 @@ monitor_speed = 115200 monitor_echo = yes ; *** Upload Serial reset method for Wemos and NodeMCU upload_resetmethod = nodemcu +check_skip_packages = yes extra_scripts = ${esp_defaults.extra_scripts} lib_archive = no lib_ldf_mode = chain