show partition in `show system'

This commit is contained in:
proddy
2024-09-06 16:32:18 +02:00
parent d7a4f4af00
commit 8c29ccc153
3 changed files with 5 additions and 2 deletions

View File

@@ -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