Let's try this

This commit is contained in:
Thomas Göttgens 2022-06-15 21:50:33 +02:00 committed by GitHub
parent d0a8a3018d
commit 49e47f3e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,9 @@ bool PhoneAPI::available()
case STATE_SEND_MY_INFO:
return true;
case STATE_SEND_CONFIG:
return true;
case STATE_SEND_NODEINFO:
if (!nodeInfoForPhone)
nodeInfoForPhone = nodeDB.readNextInfo();