Skip to content
Snippets Groups Projects
Commit 052f2ac3 authored by ANMay-ru's avatar ANMay-ru Committed by Scott Lahteine
Browse files

Fix RURAMPS4D baud rate (#13644)

parent e6ebd30f
Branches
Tags
No related merge requests found
......@@ -161,11 +161,11 @@
// MKS TFT / Nextion Use internal USART-1
#define TFT_LCD_MODULE_COM 1
#define TFT_LCD_MODULE_BAUDRATE 115600
#define TFT_LCD_MODULE_BAUDRATE 115200
// ESP WiFi Use internal USART-2
#define ESP_WIFI_MODULE_COM 2
#define ESP_WIFI_MODULE_BAUDRATE 115600
#define ESP_WIFI_MODULE_BAUDRATE 115200
#define ESP_WIFI_MODULE_RESET_PIN -1
#define PIGGY_GPIO_PIN -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment