2026-06-26 17:55:15 +08:00
|
|
|
#ifndef DRONESCREWCTRL_VERSION_H
|
|
|
|
|
#define DRONESCREWCTRL_VERSION_H
|
|
|
|
|
|
|
|
|
|
#define DRONESCREWCTRL_APP_NAME "无人机螺杆控制端"
|
|
|
|
|
#define DRONESCREWCTRL_VERSION_STRING "1.0.0"
|
2026-07-03 14:19:06 +08:00
|
|
|
#define DRONESCREWCTRL_BUILD_STRING "5"
|
|
|
|
|
#define DRONESCREWCTRL_FULL_VERSION_STRING "V1.0.0_5"
|
2026-06-26 17:55:15 +08:00
|
|
|
|
|
|
|
|
inline const char* GetDroneScrewCtrlFullVersion() { return DRONESCREWCTRL_FULL_VERSION_STRING; }
|
|
|
|
|
|
|
|
|
|
#endif // DRONESCREWCTRL_VERSION_H
|