auto-formatting

This commit is contained in:
proddy
2026-08-01 17:03:15 +02:00
parent 6801f7b8cf
commit 4a8ad71b63
6 changed files with 21 additions and 22 deletions
-1
View File
@@ -2876,7 +2876,6 @@ bool System::command_txpause(const char * value, const int8_t id) {
// format command - factory reset, removing all config files // format command - factory reset, removing all config files
bool System::command_format(const char * value, const int8_t id) { bool System::command_format(const char * value, const int8_t id) {
if (EMSESP::system_.disable_reset()) { if (EMSESP::system_.disable_reset()) {
LOG_NOTICE("Factory reset disabled"); LOG_NOTICE("Factory reset disabled");
return false; return false;