Skip to content

Commit

Permalink
Weekly Build
Browse files Browse the repository at this point in the history
Weekly build

Weekly Build
1. Stability improvement, Bridge Baud increase to 3M, drop ESP32 Bridge support
2. Smoothness improvement, Chris increase the resolution of stepper and increase the response speed, the feeling will be different to before.
3. Add Wireless pairing system, press boot after booting to enable pair procedure, after boot done, retsart is needed, more detail please check Wiki.

For this build, Recommend to flash all the device and plugin.
  • Loading branch information
tcfshcrw committed Sep 21, 2024
1 parent 0f7dbc0 commit 9a14dd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ESP32/include/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ static const uint32_t STEPS_PER_MOTOR_REVOLUTION = 6400;
//#define USB_JOYSTICK

#define SERIAL_COOMUNICATION_TASK_DELAY_IN_MS 3
#define Pairing_GPIO 0
#define ESPNow_Pairing_function
#endif


Expand Down Expand Up @@ -223,6 +225,8 @@ static const uint32_t STEPS_PER_MOTOR_REVOLUTION = 6400;
#define BLUETOOTH_GAMEPAD
//#define USB_JOYSTICK
#define SERIAL_COOMUNICATION_TASK_DELAY_IN_MS 3
#define Pairing_GPIO 0
#define ESPNow_Pairing_function
#endif


Expand Down

0 comments on commit 9a14dd4

Please sign in to comment.