fix poweroff issue and serialfeedback cleanup
This commit is contained in:
parent
7acd6e2c30
commit
b7d94dbe13
|
@ -190,10 +190,10 @@ typedef struct{
|
||||||
uint16_t start;
|
uint16_t start;
|
||||||
int16_t cmd1;
|
int16_t cmd1;
|
||||||
int16_t cmd2;
|
int16_t cmd2;
|
||||||
int16_t speedR;
|
|
||||||
int16_t speedL;
|
int16_t speedL;
|
||||||
int16_t speedR_meas;
|
int16_t speedR;
|
||||||
int16_t speedL_meas;
|
int16_t speedL_meas;
|
||||||
|
int16_t speedR_meas;
|
||||||
int16_t batVoltage;
|
int16_t batVoltage;
|
||||||
int16_t boardTemp;
|
int16_t boardTemp;
|
||||||
int16_t curL_DC;
|
int16_t curL_DC;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d62793f9a2d6d04a1e8681fbcffbc6ccb309f8f4
|
Subproject commit fc5f5a26ca648aa30aec3fc4904a3a7560c11baa
|
Loading…
Reference in New Issue