groupgets / purethermal1-firmware

Reference firmware for PureThermal 1 FLIR Lepton Dev Kit
MIT License
125 stars 62 forks source link

version is displayed incorrectly #32

Closed zarpli closed 4 years ago

zarpli commented 4 years ago

Hi,

I am update PT2 boards with 1.2.2 firmware, but now the version is displayed incorrectly (apparently).

please see the attached images,

regards.

Screenshot_20200120_010540

zarpli commented 4 years ago

PT2_1 2 2_version

kekiefer commented 4 years ago

This was being handled incorrectly by the firmware prior to this release, and these applications will need to be updated (I think GetThermal has the change in git, but I'm not sure there is a binary build available).

The version number was being put in the serial number descriptor, but a024ab4cf61498640a80871ce57b1551c19fb198 added a UUID based on the ROM in the MCU that made sense to put into the serial number descriptor. The version name was moved to the product name descriptor.