mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Add detected hardware to logging
This commit is contained in:
parent
3d30ab6f2b
commit
cd0adfe3e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user