particle-iot / particle-usb

A library for accessing Particle USB devices
Apache License 2.0
5 stars 1 forks source link

getProtectionState handles devices in dfu mode #112

Closed keeramis closed 3 months ago

keeramis commented 3 months ago

The device's getProtectionState API provides information about the device's protection status.

This PR enhances the existing API by adding support for DFU (Device Firmware Upgrade) devices.

How this works