Close should set heartbeatReceived = false

This commit is contained in:
Ben Meadors
2025-09-09 19:11:39 -05:00
parent f267b5f5f7
commit 108bdf7b0d

View File

@@ -100,6 +100,7 @@ void PhoneAPI::close()
config_nonce = 0;
config_state = 0;
pauseBluetoothLogging = false;
heartbeatReceived = false;
}
}