18 lines
197 B
C
18 lines
197 B
C
|
/*
|
||
|
* version.h
|
||
|
*
|
||
|
* Created on: Nov 6, 2024
|
||
|
* Author: true
|
||
|
*/
|
||
|
|
||
|
#ifndef USER_VERSION_H_
|
||
|
#define USER_VERSION_H_
|
||
|
|
||
|
|
||
|
|
||
|
#define FW_VERSION "20241106.0"
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* USER_VERSION_H_ */
|