From 942de63b83d044799903b1bfe025a94ec79da14d Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Mon, 20 Mar 2023 09:27:26 +0100 Subject: [PATCH] fix heartbeat interval, #1131 --- src/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system.cpp b/src/system.cpp index d7643e3d4..5d2b05de0 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -656,7 +656,6 @@ void System::network_init(bool refresh) { } last_system_check_ = 0; // force the LED to go from fast flash to pulse - send_heartbeat(); // no ethernet present if (phy_type_ == PHY_type::PHY_TYPE_NONE) { @@ -713,7 +712,6 @@ void System::system_check() { digitalWrite(led_gpio_, hide_led_ ? !LED_ON : LED_ON); #endif } - send_heartbeat(); } else { // turn off LED so we're ready to the flashes if (led_gpio_) {