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