mirror of https://github.com/arendst/Tasmota.git
Removing a useless debug log
I left a debug log in my previous PR. Sorry for that.
This commit is contained in:
parent
f0e46bc24a
commit
e1f202ea2c
|
@ -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…
Reference in New Issue