mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Merge pull request #14989 from barbudor/patch-1
Removing a useless debug log
This commit is contained in:
commit
8c53d5f1bc
@ -608,8 +608,6 @@ void TInfoInit(void)
|
|||||||
AddLog(LOG_LEVEL_INFO, PSTR("TIC: Enable with GPIO%d"), en_pin);
|
AddLog(LOG_LEVEL_INFO, PSTR("TIC: Enable with GPIO%d"), en_pin);
|
||||||
}
|
}
|
||||||
|
|
||||||
AddLog(0,PSTR("TIC:Init:TSerial=0x%08X"),TInfoSerial);
|
|
||||||
|
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
// Allow GPIO3 AND GPIO13 with hardware fallback to 2
|
// Allow GPIO3 AND GPIO13 with hardware fallback to 2
|
||||||
// Set buffer to nnn char to support 250ms loop at 9600 baud
|
// Set buffer to nnn char to support 250ms loop at 9600 baud
|
||||||
@ -1048,4 +1046,4 @@ bool Xnrg15(uint8_t function)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_TELEINFO
|
#endif // USE_TELEINFO
|
||||||
#endif // USE_ENERGY_SENSOR
|
#endif // USE_ENERGY_SENSOR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user