Skip to content

Commit

Permalink
fixup! driver: tuyaMCU: introduce battery-powered device ack-delay
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Feb 3, 2025
1 parent 691319b commit b0a0a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_tuyaMCU.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int wifi_state_timer = 0;
static bool self_processing_mode = true;
static bool state_updated = false;
static int g_sendQueryStatePackets = 0;
static int g_tuyaMCUBatteryAckDelay = 20;
static int g_tuyaMCUBatteryAckDelay = 0;

// wifistate to send when not online
// See: https://imgur.com/a/mEfhfiA
Expand Down

0 comments on commit b0a0a46

Please sign in to comment.