mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-04 14:25:27 +00:00
restore original tuyamcu led behaviour by setting g_tuyaMCU_allowAutomaticSending from PR to true by default
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user