mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove unnessary forced update.
This commit is contained in:
parent
ebc4fedeae
commit
2ab147a228
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ func upsertLoRaConfigPacket(config: Meshtastic.Config.LoRaConfig, nodeNum: Int64
|
|||
}
|
||||
do {
|
||||
try context.save()
|
||||
context.refresh(fetchedNode[0], mergeChanges: true)
|
||||
print("💾 Updated LoRa Config for node number: \(String(nodeNum))")
|
||||
} catch {
|
||||
context.rollback()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue