New protos and assorted bug fixes

This commit is contained in:
Garth Vander Houwen 2022-08-11 23:34:09 -07:00
parent 2e36ac355f
commit 56da04827a
20 changed files with 256 additions and 69 deletions

View file

@ -303,7 +303,7 @@ struct SerialConfig: View {
sc.timeout = UInt32(timeout)
sc.mode = SerialModeTypes(rawValue: mode)!.protoEnumValue()
let adminMessageId = bleManager.saveSerialModuleConfig(config: sc, fromUser: node!.user!, toUser: node!.user!, wantResponse: true)
let adminMessageId = bleManager.saveSerialModuleConfig(config: sc, fromUser: node!.user!, toUser: node!.user!)
if adminMessageId > 0 {