tx enabled fix

This commit is contained in:
Garth Vander Houwen 2022-09-19 15:50:06 -07:00
parent aad1804d0d
commit 2acdb1d071

View file

@ -89,6 +89,8 @@ struct LoRaConfig: View {
lc.hopLimit = UInt32(hopLimit)
lc.region = RegionCodes(rawValue: region)!.protoEnumValue()
lc.modemPreset = ModemPresets(rawValue: modemPreset)!.protoEnumValue()
lc.usePreset = true
lc.txEnabled = true
let adminMessageId = bleManager.saveLoRaConfig(config: lc, fromUser: node!.user!, toUser: node!.user!)