dont turn tx on automatically

This commit is contained in:
Garth Vander Houwen 2022-09-17 09:05:49 -07:00
parent 25380b4140
commit 3bc6c09bdd

View file

@ -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!)