Add detected hardware to logging

This commit is contained in:
Theo Arends 2021-04-21 11:55:52 +02:00
parent 3d30ab6f2b
commit cd0adfe3e4

View File

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