15 lines
365 B
C
15 lines
365 B
C
|
||
// 应用版本号
|
||
#define APP_VERSION "1.0.84"
|
||
// 协议版本 3.2系统:0,3.3系统为 1
|
||
#define PROTOCOL_VERSION 0
|
||
// 显示器数量
|
||
#define DISP_COUNT 1
|
||
// 价签类型
|
||
#define TAG_TYPE "70"
|
||
// 应用名称 应用更新使用
|
||
#define APP_ID "com.eplayer.linux_single.00.70"
|
||
|
||
// 系统固件ID
|
||
#define FIRMWARE_ID "com.eplayer.firmware.linux_single.00.70"
|