Added seatbot stuff
This commit is contained in:
@@ -11,6 +11,15 @@ float gametrakX;
|
||||
float gametrakY;
|
||||
float gametrakDist;
|
||||
#endif
|
||||
|
||||
#ifdef FEATURE_JOYSTICK
|
||||
bool joystick_button{};
|
||||
int16_t joystick_x{};
|
||||
int16_t joystick_y{};
|
||||
int16_t raw_joystick_x{};
|
||||
int16_t raw_joystick_y{};
|
||||
#endif
|
||||
|
||||
float avgSpeed{};
|
||||
float avgSpeedKmh{};
|
||||
float sumCurrent{};
|
||||
|
Reference in New Issue
Block a user