mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
show partition in `show system'
This commit is contained in:
@@ -1614,7 +1614,7 @@ void EMSESP::start() {
|
||||
device_library_ = {
|
||||
#include "device_library.h"
|
||||
};
|
||||
LOG_INFO("Loaded EMS device library (%d)", device_library_.size());
|
||||
LOG_INFO("Loaded EMS device library (%d entries)", device_library_.size());
|
||||
|
||||
system_.reload_settings(); // ... and store some of the settings locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user