mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
text changes
This commit is contained in:
@@ -2649,7 +2649,7 @@ void MyESP::_printMQTTLog() {
|
|||||||
myDebug_P(PSTR("")); // newline
|
myDebug_P(PSTR("")); // newline
|
||||||
}
|
}
|
||||||
|
|
||||||
// add an MQTT log entry
|
// add an MQTT log entry to our buffer
|
||||||
void MyESP::_addMQTTLog(const char * topic, const char * payload) {
|
void MyESP::_addMQTTLog(const char * topic, const char * payload) {
|
||||||
static uint8_t logCount = 0;
|
static uint8_t logCount = 0;
|
||||||
uint8_t logPointer = 0;
|
uint8_t logPointer = 0;
|
||||||
@@ -2742,7 +2742,7 @@ void MyESP::_bootupSequence() {
|
|||||||
|
|
||||||
// write a log message if we're not using NTP, otherwise wait for the internet time to arrive
|
// write a log message if we're not using NTP, otherwise wait for the internet time to arrive
|
||||||
if (!_ntp_enabled) {
|
if (!_ntp_enabled) {
|
||||||
_writeEvent("INFO", "sys", "System booted", "elapsed time");
|
_writeEvent("INFO", "sys", "System booted", "(elapsed time shown)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user