Update pins_FLSUN_HISPEED.h
Correction some typo
This commit is contained in:
parent
7b596b5771
commit
f5325625ff
1 changed files with 13 additions and 14 deletions
|
|
@ -159,7 +159,8 @@
|
|||
* TX| 22 | | 01 |RST
|
||||
*  ̄ ̄ AE ̄ ̄
|
||||
*/
|
||||
#define WIFI_IO0_PIN PA8 // PC13 MKS ESP WIFI IO0 PIN
|
||||
//Module ESP-WIFI
|
||||
#define WIFI_IO0_PIN PA8 // MKS ESP WIFI IO0 PIN
|
||||
#define WIFI_IO1_PIN PC7 // MKS ESP WIFI IO1 PIN
|
||||
#define WIFI_RESET_PIN PA5 // MKS ESP WIFI RESET PIN
|
||||
#endif
|
||||
|
|
@ -168,8 +169,6 @@
|
|||
// EXTRUDER
|
||||
//
|
||||
#if AXIS_DRIVER_TYPE(E0,TMC2208)||AXIS_DRIVER_TYPE(E0,TMC2209)
|
||||
#define E0_SLAVE_ADDRESS 0
|
||||
|
||||
#define E0_SERIAL_TX_PIN PA8 // IO0
|
||||
#define E0_SERIAL_RX_PIN PA8 // IO0
|
||||
#define TMC_BAUD_RATE 19200
|
||||
|
|
@ -339,8 +338,8 @@
|
|||
#endif
|
||||
|
||||
#define TFT_MARLINUI_COLOR 0xFFFF // White
|
||||
#define TFT_BTARROWS_COLOR 0xDEE6 // 11011 110111 00110 Yellow
|
||||
#define TFT_BTOKMENU_COLOR 0x145F // 00010 100010 11111 Cyan
|
||||
#define TFT_BTARROWS_COLOR 0xDEE6 // Yellow
|
||||
#define TFT_BTOKMENU_COLOR 0x145F // Cyan
|
||||
#endif
|
||||
|
||||
#if NEED_TOUCH_PINS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue