Added a new header file to track the version history of the firmware and to display the running version

This commit is contained in:
anschrammh 2023-03-24 14:44:30 +01:00
parent 099fe8cea7
commit 0874a24cb9

View File

@ -0,0 +1,8 @@
#ifndef FIRMWARE_VERSION_H
#define FIRMWARE_VERSION_H
#define FIRMWARE_VERSION "0.0.1" //Firmware creation
#define FIRMWARE_TIME_DATE (__TIME__" "__DATE__)
#endif //FIRMWARE_VERSION_H