NurApiRestoreTuning Method

Restores the factory tuning to the module. Applies only to the NUR05WL2 and NUR10W modules.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void RestoreTuning(
	bool factoryReset
)

Parameters

factoryReset  Boolean

When set to true, the factory defaults are stored into the user area and also taken into use.

When false then the last saved user tuning is taken into use.

Remarks

Use with care. If not sure that you need for this, do not use!

See Also