Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 803 Bytes

File metadata and controls

11 lines (7 loc) · 803 Bytes

Firmware update with Polar devices

How to

You can check if there is an update available by using checkFirmwareUpdate() method. To update the firmware, simply call updateFirmware() method. This will update the device will the latest available firmware. UpdateFirmware() uses Polar Firmware Management API, https://firmware-management.polar.com/docs/.

Caution

Performing firmware update with Polar devices will erase all data inside the device, including SDK offline recordings. Please make sure to sync any data you wish to retrieve before doing it.

Note that doFirstTimeUse() is not necessary to do after firmware update as there is automatic backup to send user settings back to the device as the last step of the firmware update process.