Added new firmware_version.h file which will list all the changes with their associated version number. It also containes the firmware build time and date

This commit is contained in:
anschrammh 2023-03-26 23:25:35 +02:00
parent fe94e2b896
commit ef6e9c3779

View File

@ -0,0 +1,7 @@
#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