Skip to content

Experimental buttonless service  #31

Description

@algrm

Describe the bug
EnableUnsafeExperimentalButtonlessServiceInSecureDfu parameter has no effect on iOS.

Looking at /Laerdal.Dfu/iOS/DfuInstallation.cs, line 60:

// EnableUnsafeExperimentalButtonlessServiceInSecureDfu
if (EnableUnsafeExperimentalButtonlessServiceInSecureDfu.HasValue)
    Initiator.ForceScanningForNewAddressInLegacyDfu = EnableUnsafeExperimentalButtonlessServiceInSecureDfu.Value;

It should be:

// EnableUnsafeExperimentalButtonlessServiceInSecureDfu
if (EnableUnsafeExperimentalButtonlessServiceInSecureDfu.HasValue)
    Initiator.EnableUnsafeExperimentalButtonlessServiceInSecureDfu = EnableUnsafeExperimentalButtonlessServiceInSecureDfu.Value;

Alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions