Skip to content

Commit

Permalink
Added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Mar 4, 2022
1 parent e02e0fe commit 8a72112
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 2 additions & 0 deletions ESPixelStick/ESPixelStick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8a72112

Please sign in to comment.