Skip to content

Commit 525e059

Browse files
hkm5558Nick KibyshNickKibish
authored
fix: when ios update with images upgrade configuration always use def… (#84)
* build: remove renovate-bot * Merge tag '0.4.1' into develop (#82) * fix: when ios update with images upgrade configuration always use default Signed-off-by: km <szhuangkm@163.com> --------- Signed-off-by: km <szhuangkm@163.com> Co-authored-by: Nick Kibysh <nick.kibysh@nordicsemi.no> Co-authored-by: Nick Kibish <nick.kibish@gmail.com>
1 parent 2e8159a commit 525e059

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

ios/Classes/UpdateManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class UpdateManager {
4242

4343
func update(images: [ImageManager.Image], config: FirmwareUpgradeConfiguration) throws {
4444
dfuManager.logDelegate = updateLogger
45-
try dfuManager.start(images: images)
45+
try dfuManager.start(images: images, using: config)
4646
}
4747

4848
func pause() {

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)