Let's try this

This commit is contained in:
Thomas Göttgens
2022-06-15 21:50:33 +02:00
committed by GitHub
co-authored by GitHub
parent d0a8a3018d
commit 49e47f3e6d
+4 -1
View File
@@ -232,6 +232,9 @@ bool PhoneAPI::available()
case STATE_SEND_MY_INFO: case STATE_SEND_MY_INFO:
return true; return true;
case STATE_SEND_CONFIG:
return true;
case STATE_SEND_NODEINFO: case STATE_SEND_NODEINFO:
if (!nodeInfoForPhone) if (!nodeInfoForPhone)
@@ -281,4 +284,4 @@ int PhoneAPI::onNotify(uint32_t newValue)
DEBUG_MSG("(Client not yet interested in packets)\n"); DEBUG_MSG("(Client not yet interested in packets)\n");
return 0; return 0;
} }