energy changed

This commit is contained in:
sun
2019-07-10 15:23:43 +08:00
parent 747fb58eb8
commit 403d267ff3
11 changed files with 248 additions and 181 deletions

View File

@@ -27,6 +27,7 @@ void Energy::sendBigTarget(Serial& serial, float x, float y, float z) {
buff[7] = 'e';
serial.WriteData(buff, sizeof(buff));
send_cnt+=1;
// cout<<"send cnt: "<<send_cnt<<endl;
}