diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index 8015f3492..02aef4f39 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -263,6 +263,8 @@ void setup(void) { // Serial.setRxBufferSize(INPUT_BUFFER_SIZE); // Default is 256 chars TasmotaGlobal.seriallog_level = LOG_LEVEL_INFO; // Allow specific serial messages until config loaded + AddLog(LOG_LEVEL_INFO, PSTR("HDW: %s"), GetDeviceHardware().c_str()); + #ifdef USE_UFILESYS UfsInit(); // xdrv_50_filesystem.ino #endif