mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: temporary disable processPacketQueue
This commit is contained in:
parent
44d260abff
commit
dec48b155e
1 changed files with 1 additions and 1 deletions
|
|
@ -1450,7 +1450,7 @@ class MeshService : Service(), Logging {
|
|||
/// If we've received our initial config, our radio settings and all of our channels, send any queued packets and broadcast connected to clients
|
||||
private fun onHasSettings() {
|
||||
|
||||
processQueuedPackets() // send any packets that were queued up
|
||||
// processQueuedPackets() // send any packets that were queued up FIXME
|
||||
startMqttClientProxy()
|
||||
|
||||
// broadcast an intent with our new connection state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue