This commit is contained in:
2025-07-16 14:08:57 +08:00
parent 7558731dc4
commit 8cc1c91bc1
3 changed files with 4 additions and 1 deletions

View File

@ -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
{ {

View File

@ -56,7 +56,8 @@
"streambuf": "cpp", "streambuf": "cpp",
"cinttypes": "cpp", "cinttypes": "cpp",
"ratio": "cpp", "ratio": "cpp",
"thread": "cpp" "thread": "cpp",
"chrono": "cpp"
} }
} }
} }

View File

@ -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