InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.71k stars 926 forks source link

Firmware Version in nRF Connect #58

Closed lupyuen closed 4 years ago

lupyuen commented 4 years ago

0.8.0 Release Candidate works great via DFU great job! :-) Just a minor cosmetic issue: The Firmware Revision reported by nRF Connect still shows 0.7.0 instead of 0.8.0. Thanks!

Screenshot_20200901-103148

JF002 commented 4 years ago

You're the eagle eye, @lupyuen. The version reported on BLE is hard-coded (and I forgot to update it) and it should be updated automatically when the project version is changed. Should be easy to fix!

JF002 commented 4 years ago

Fixed in https://github.com/JF002/Pinetime/commit/1aa5b0a440de3015b5b4c88aa32d149a69bfa707.