mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
dont turn tx on automatically
This commit is contained in:
parent
25380b4140
commit
3bc6c09bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ struct LoRaConfig: View {
|
|||
lc.hopLimit = UInt32(hopLimit)
|
||||
lc.region = RegionCodes(rawValue: region)!.protoEnumValue()
|
||||
lc.modemPreset = ModemPresets(rawValue: modemPreset)!.protoEnumValue()
|
||||
lc.txEnabled = true
|
||||
//lc.txEnabled = true
|
||||
|
||||
let adminMessageId = bleManager.saveLoRaConfig(config: lc, fromUser: node!.user!, toUser: node!.user!)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue