fix: Multiple bugs - settings text fields, dropdowns, missing override duty cycle, and MQTT icon display (#3833)

This commit is contained in:
Mac DeCourcy 2025-11-26 17:45:09 -08:00 committed by GitHub
parent 9bc1b87e75
commit 1c3784235e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 58 additions and 55 deletions

View file

@ -721,6 +721,7 @@ class MeshService : Service() {
rssi = packet.rxRssi,
replyId = data.replyId,
relayNode = packet.relayNode,
viaMqtt = packet.viaMqtt,
)
}