|
|
|
@ -23,13 +23,13 @@ public class Constant { |
|
|
|
public static String mqttState = ""; // 屏幕连接方式
|
|
|
|
public static String TTSHome="sbc"; // sbc-思必驰 kdxf-科大讯飞 (有语音的项目需要配置)
|
|
|
|
// public static String androidBoardType = ""; //设备板子型号 无固定版
|
|
|
|
public static String androidBoardType = "ys"; // 设备板子型号 ys(亿晟) 北京颐堤港定制touch
|
|
|
|
// public static String androidBoardType = "ys"; // 设备板子型号 ys(亿晟) 北京颐堤港定制touch
|
|
|
|
// public static String androidBoardType = "xwst"; //设备板子型号 xwst(欣威视通3399)
|
|
|
|
// public static String androidBoardType = "xwst2"; //设备板子型号 xwst2(欣威视通3588、T982、3576)
|
|
|
|
// public static String androidBoardType = "zc"; //设备板子型号 zc(卓策主板——王府井喜悦、杨浦中心医院)
|
|
|
|
// public static String androidBoardType = "sx"; //设备板子型号 sx(视想)
|
|
|
|
// public static String androidBoardType = "nova"; //设备板子型号 诺瓦盒子 华贸LED
|
|
|
|
// public static String androidBoardType = "huidu"; //设备板子型号 huidu(灰度主板) 罗湖寻车机
|
|
|
|
public static String androidBoardType = "huidu"; //设备板子型号 huidu(灰度主板) 罗湖寻车机
|
|
|
|
// public static String androidBoardType = "bv"; //设备板子型号 Bv-3588M
|
|
|
|
// public static String androidBoardType = "smt"; //设备板子型号 视美泰
|
|
|
|
// public static String androidBoardType = "ctf"; //创泰丰
|
|
|
|
@ -47,6 +47,7 @@ public class Constant { |
|
|
|
|
|
|
|
// 接口地址
|
|
|
|
public static final String DEFAULT_SERVER_IP = "https://iot.1000my.com";// 默认服务器ip
|
|
|
|
public static final String DEFAULT_REG_KEY = ""; |
|
|
|
|
|
|
|
// 默认页面路径(注册、退出、更新、屏保)
|
|
|
|
public static final String ROUTE_DEVICE_INFO = "/library/deviceInfo"; |
|
|
|
|