From 9a14dd4c6015301d76761c9b0742e2bfef6012f9 Mon Sep 17 00:00:00 2001 From: tcfshcrw <48719709+tcfshcrw@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:18:00 +0800 Subject: [PATCH] Weekly Build 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. --- ESP32/include/Main.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ESP32/include/Main.h b/ESP32/include/Main.h index aba0b611..065b1255 100644 --- a/ESP32/include/Main.h +++ b/ESP32/include/Main.h @@ -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 @@ -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