智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/0d/0dd0705ff948ddf99d1158344a9...

7 lines
270 B

export const DEVICE_FREQUENCY = 200
export const NETWORK_TYPES = ['unknown', 'none', 'ethernet', 'wifi', '2g', '3g', '4g']
export const MAP_ID = '__UNIAPP_MAP'
export const TEMP_PATH_BASE = '_doc/uniapp_temp'
export const TEMP_PATH = `${TEMP_PATH_BASE}_${Date.now()}`