remove DEBUG for bus connection testing

This commit is contained in:
proddy
2026-05-15 13:06:00 +02:00
parent a39626bb0e
commit c69a7b03ef

View File

@@ -203,7 +203,7 @@ class EMSbus {
// checks every 30 seconds if the EMS bus is still alive
static bool bus_connected() {
#if defined(EMSESP_STANDALONE) || defined(EMSESP_TEST)
#if defined(EMSESP_STANDALONE)
return true;
#else
if ((uuid::get_uptime() - last_bus_activity_) > EMS_BUS_TIMEOUT) {