Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfshcrw committed Aug 16, 2024
1 parent 913ed32 commit 5789279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ESP32/include/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
#define SENSORLESS_HOMING true
#define ISV57_TXPIN 26 //17
#define ISV57_RXPIN 27 // 16

#define ESPNOW_Enable
#define BLUETOOTH_GAMEPAD
//#define USB_JOYSTICK
#define SERIAL_COOMUNICATION_TASK_DELAY_IN_MS 3
Expand Down Expand Up @@ -256,7 +256,7 @@

//#define BLUETOOTH_GAMEPAD
#define USB_JOYSTICK

#define ESPNOW_Enable
#define SERIAL_COOMUNICATION_TASK_DELAY_IN_MS 5
#endif

Expand Down Expand Up @@ -293,7 +293,7 @@
#define ISV57_RXPIN 9//26 // 16

#define Using_analog_output_ESP32_S3

#define ESPNOW_Enable
//#define BLUETOOTH_GAMEPAD
#define USB_JOYSTICK

Expand Down
1 change: 1 addition & 0 deletions ESP32/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ char* APhost;
#ifdef ESPNOW_Enable
#include "ESPNOW_lib.h"
TaskHandle_t Task6;
//#include <ESPNOW.h>
#endif


Expand Down

0 comments on commit 5789279

Please sign in to comment.