We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddfcee commit b6d01bfCopy full SHA for b6d01bf
include/version.h
@@ -1,6 +1,6 @@
1
#ifndef VERSION_H
2
#define VERSION_H
3
4
-#define LORADV_VERSION "1.0.23"
+#define LORADV_VERSION "1.0.24"
5
6
#endif // VERSION_H
src/settings_menu.cpp
@@ -427,7 +427,7 @@ class SettingsSaveItem : public SettingsItem {
427
void changeValue(int delta) { }
428
void getName(std::stringstream &s) const { s << index_ << ".Save Settings"; }
429
void getValue(std::stringstream &s) const { s << "Click to save"; }
430
- void select() { config_->Save(); }
+ void select() { config_->Save(); ESP.restart(); }
431
};
432
433
class SettingsResetItem : public SettingsItem {
0 commit comments