摁钮旁路及旁路复位还原

This commit is contained in:
tiger_zhou 2024-02-06 10:49:45 +08:00
parent 936ecfec01
commit 910f6bdd9e

View File

@ -480,7 +480,7 @@ message ButtonState {
uint32 id = 1;
bool down = 2;
bool active = 3; //
bool bypass = 4; //
// bool bypass = 4; //
}
//
@ -517,7 +517,7 @@ message AsdState {
message KeyState {
uint32 id = 1;
int32 gear = 2;
bool bypass = 3; //
// bool bypass = 3; //
}
//