Skip to content

Commit 2672005

Browse files
committed
Remove commented out line
1 parent 359f257 commit 2672005

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

09_with_cmd/with_cmd/commands.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ cmndError_t doDmtz(int count, int &errIndex) {
122122
//bool restartAP = false;
123123
int c_index = 0;
124124
errIndex = 0;
125-
cmndError_t errCode = etNone;
126125

127126
if ((count > 1) && token[1].equals("-d")) {
128127
defaultDmtz();
@@ -368,7 +367,6 @@ cmndError_t doMqtt(int count, int &errIndex) {
368367
//bool restartAP = false;
369368
int c_index = 0;
370369
errIndex = 0;
371-
cmndError_t errCode = etNone;
372370

373371
if ((count > 1) && token[1].equals("-d")) {
374372
defaultMqtt();

10_with_config/with_config/config.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ void saveConfig(bool force) {
133133

134134
bool loadConfigFromNVS(void) {
135135
preferences.begin("md", true); // open read-only
136-
//config.checksum = getConfigHash();
137136
size_t len = preferences.getBytes("config", (void*) &config, sizeof(config_t));
138137
preferences.end();
139138
if (len == sizeof(config_t))

0 commit comments

Comments
 (0)