Fix GUI console initial update time

This commit is contained in:
Theo Arends 2021-06-18 16:47:14 +02:00
parent 21dc6d020d
commit 6767a9809a
1 changed files with 1 additions and 2 deletions

View File

@ -2300,8 +2300,7 @@ bool GetLog(uint32_t req_loglevel, uint32_t* index_p, char** entry_pp, size_t* l
#endif // ESP32
if (!index) { // Dump all
index = TasmotaGlobal.log_buffer_pointer +1;
if (index > 255) { index = 1; }
index = TasmotaGlobal.log_buffer[0];
}
do {