temp2
This commit is contained in:
parent
4303ed9c73
commit
93cd510b3b
@ -109,7 +109,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 一键清扫
|
// 一键清扫
|
||||||
if (ch_data[6] == 1792)
|
if (ch_data[5] == 1792)
|
||||||
{
|
{
|
||||||
msg.main_brush_lift = false;
|
msg.main_brush_lift = false;
|
||||||
msg.edge_brush_lift = false;
|
msg.edge_brush_lift = false;
|
||||||
@ -120,7 +120,7 @@ private:
|
|||||||
msg.main_brush_spin = false;
|
msg.main_brush_spin = false;
|
||||||
msg.edge_brush_spin = false;
|
msg.edge_brush_spin = false;
|
||||||
}
|
}
|
||||||
else if (ch_data[6] == 192)
|
else if (ch_data[5] == 192)
|
||||||
{
|
{
|
||||||
msg.main_brush_lift = true;
|
msg.main_brush_lift = true;
|
||||||
msg.edge_brush_lift = true;
|
msg.edge_brush_lift = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user