From 49e47f3e6d02a65c23eee66eefd279d782ad15a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 15 Jun 2022 21:50:33 +0200 Subject: [PATCH] Let's try this --- src/mesh/PhoneAPI.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mesh/PhoneAPI.cpp b/src/mesh/PhoneAPI.cpp index 84ff17d93..406963951 100644 --- a/src/mesh/PhoneAPI.cpp +++ b/src/mesh/PhoneAPI.cpp @@ -232,6 +232,9 @@ bool PhoneAPI::available() case STATE_SEND_MY_INFO: return true; + + case STATE_SEND_CONFIG: + return true; case STATE_SEND_NODEINFO: if (!nodeInfoForPhone) @@ -281,4 +284,4 @@ int PhoneAPI::onNotify(uint32_t newValue) DEBUG_MSG("(Client not yet interested in packets)\n"); return 0; -} \ No newline at end of file +}