adafruit / Adafruit_nRF52_nrfutil

Modified version of Nordic's nrfutil 0.5.x for use with the Adafruit Feather nRF52
BSD 3-Clause "New" or "Revised" License
87 stars 29 forks source link

Fix for click 8.0.0 #26

Closed makermelissa closed 3 years ago

makermelissa commented 3 years ago

When click released version 8.0.0, it was passing in value as the raw value instead of a string like it did in 7.1.2. This should fix the issue by converting the value to a string explicitly regardless of the version.

hathach commented 3 years ago

Superb !! Thank you very much, I will try it out with all of my local machines