mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
text changes
This commit is contained in:
@@ -89,7 +89,7 @@ void WebLogService::loop() {
|
||||
|
||||
// put a small delay in
|
||||
const uint64_t now = uuid::get_uptime_ms();
|
||||
if (now < last_transmit_ || now - last_transmit_ < 50) {
|
||||
if (now < last_transmit_ || now - last_transmit_ < 100) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user