restore original tuyamcu led behaviour by setting g_tuyaMCU_allowAutomaticSending from PR to true by default

This commit is contained in:
Tester23
2025-08-09 23:42:08 +02:00
parent a358187f32
commit 4b5a80312c

View File

@ -205,7 +205,7 @@ static int g_tuyaNextRequestDelay;
static bool g_sensorMode = 0;
// Flag to prevent automatic sending during boot/initialization
static bool g_tuyaMCU_allowAutomaticSending = false;
static bool g_tuyaMCU_allowAutomaticSending = true;
static bool heartbeat_valid = false;
static int heartbeat_timer = 0;