Added a new header file to track the version history of the firmware and to display the running version
This commit is contained in:
parent
099fe8cea7
commit
0874a24cb9
8
src/W800_SDK_v1.00.10/app/firmware_version.h
Normal file
8
src/W800_SDK_v1.00.10/app/firmware_version.h
Normal 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
|
Loading…
Reference in New Issue
Block a user