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:
parent
fe94e2b896
commit
ef6e9c3779
@ -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
|
Loading…
Reference in New Issue
Block a user