File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
10_with_config/with_config Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ void saveConfig(bool force) {
133133
134134bool 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 ))
You can’t perform that action at this time.
0 commit comments