From 8a72112001e18e8bbf05588932813da24c67a0cc Mon Sep 17 00:00:00 2001 From: Martin Mueller Date: Thu, 3 Mar 2022 21:12:04 -0500 Subject: [PATCH] Added debug info --- .vscode/extensions.json | 17 ++++++++++------- ESPixelStick/ESPixelStick.ino | 2 ++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0f0d7401d..080e70d08 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,10 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} diff --git a/ESPixelStick/ESPixelStick.ino b/ESPixelStick/ESPixelStick.ino index 40330ddd3..9183235a2 100644 --- a/ESPixelStick/ESPixelStick.ino +++ b/ESPixelStick/ESPixelStick.ino @@ -297,7 +297,9 @@ bool deserializeCore (JsonObject & json) dsDevice(DeviceConfig); FileMgr.SetConfig(DeviceConfig); + // DEBUG_V(""); ConfigSaveNeeded |= NetworkMgr.SetConfig(DeviceConfig); + // DEBUG_V(""); DataHasBeenAccepted = true; } while (false);