mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
moved back to std:: containers for esp32
This commit is contained in:
@@ -273,7 +273,7 @@ void System::loop() {
|
||||
send_heartbeat();
|
||||
}
|
||||
|
||||
#if defined(ESP8266)
|
||||
#ifndef EMSESP_STANDALONE
|
||||
#if defined(EMSESP_DEBUG)
|
||||
static uint32_t last_memcheck_ = 0;
|
||||
if (currentMillis - last_memcheck_ > 5000) { // 5 seconds
|
||||
|
||||
Reference in New Issue
Block a user