DEV_OUTPATH Test
This commit is contained in:
@@ -113,6 +113,8 @@ const char* GetDeviceInfo(DeviceInfo infoType) {
|
||||
return "28";
|
||||
case VERSION:
|
||||
return "6.6.06";
|
||||
case DEV_OUTPATH:
|
||||
return "path to store bin";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
@@ -30,7 +30,8 @@ typedef enum {
|
||||
//kinds of device information
|
||||
typedef enum {
|
||||
MEAN_TEMPERATURE,
|
||||
VERSION
|
||||
VERSION,
|
||||
DEV_OUTPATH
|
||||
} DeviceInfo;
|
||||
|
||||
extern int InitLib(void(*)(const char *msg));
|
||||
|
||||
Reference in New Issue
Block a user