10.1_demo/include/version.h.in

15 lines
360 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 应用版本号
#define APP_VERSION "@APP_VERSION@"
// 协议版本 3.2系统03.3系统为 1
#define PROTOCOL_VERSION @PROTOCOL_VERSION@
// 显示器数量
#define DISP_COUNT @DISP_COUNT@
// 价签类型
#define TAG_TYPE "@TAG_TYPE@"
// 应用名称 应用更新使用
#define APP_ID "@APP_ID@"
// 系统固件ID
#define FIRMWARE_ID "@FIRMWARE_ID@"