"genxin"
This commit is contained in:
@ -1190,6 +1190,7 @@ void SensorIS11::save_dingbiao(uint8_t * data)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
else if(IS11_datastructure->direction == 1) //down
|
||||
{
|
||||
|
@ -56,7 +56,8 @@
|
||||
"streambuf": "cpp",
|
||||
"cinttypes": "cpp",
|
||||
"ratio": "cpp",
|
||||
"thread": "cpp"
|
||||
"thread": "cpp",
|
||||
"chrono": "cpp"
|
||||
}
|
||||
}
|
||||
}
|
@ -2075,6 +2075,7 @@ void json_command()
|
||||
else if(doc["command"] == "get_fanshelv_gain")
|
||||
{
|
||||
send_dingbiao("/dingbiao/fanshelv_gain.bin");
|
||||
|
||||
}
|
||||
//command error
|
||||
else
|
||||
|
Reference in New Issue
Block a user