larus-breeze / sw_sensor

Firmware for Larus sensor MK1 and MK2
3 stars 3 forks source link

Include Git SHA Hash in source code as version information #14

Closed MaxBaex closed 1 year ago

MaxBaex commented 3 years ago

The current git hash shall be compiled into the software so that we can track the currently flashed version.

degeflija commented 2 years ago

Hash code ist gut für Nerds, nicht für den Endkunden. Ich wünsche mir, dass der Sensor einen CAN-Satz abgibt, der so gebaut ist : 0xmmnnbbbb. mm major version, nn minor version, bbbb build count per minor version

degeflija commented 2 years ago

GIT selbst empfiehlt "Semantic Versioning" - und das ist genau die Methode, die ich nutze und hier vorschlage.

degeflija commented 2 years ago

Siehe auch https://semver.org/lang/de/

MaxBaex commented 2 years ago

Guck mal hier das passt doch: https://github.com/larus-breeze/sw_sensor/tags

degeflija commented 2 years ago

Max, ja. Aber ich wünsche mir das als uint32 in einem CAN Paket .

Von meinem iPhone gesendet

Am 06.07.2022 um 07:20 schrieb Maximilian Betz @.***>:

 Guck mal hier das passt doch: https://github.com/larus-breeze/sw_sensor/tags

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.

realtimepeople commented 1 year ago

DONE