Merge branch 'meshtastic:master' into compression

This commit is contained in:
Jm Casler
2022-04-13 21:59:42 -07:00
committed by GitHub
co-authored by GitHub
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void PhoneAPI::close()
if (state != STATE_SEND_NOTHING) {
state = STATE_SEND_NOTHING;
unobserve();
unobserve(&service.fromNumChanged);
releasePhonePacket(); // Don't leak phone packets on shutdown
onConnectionChanged(false);