Skip to content

Commit

Permalink
align kph display with internal Twizy display
Browse files Browse the repository at this point in the history
  • Loading branch information
normen committed Oct 17, 2023
1 parent cf85b78 commit df7cf9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
#define BUTTON_PIN GPIO_NUM_27

#define CAN0_INT GPIO_NUM_21
// Actual max would be 80, Twizys own display uses 84
#define MAX_SPEED 84.0f

#define MAX_SPEED 80.0f

const char *version = "v2.4.0";
const char *version = "v2.4.1";

#ifdef USE_THREAD
TaskHandle_t taskHandle;
Expand Down

0 comments on commit df7cf9f

Please sign in to comment.