This commit is contained in:
X-Dron
2020-11-06 19:37:42 +03:00
parent 48ba69684b
commit a622308db6
2 changed files with 1 additions and 2 deletions

View File

@@ -121,7 +121,6 @@
* :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
*/
#define BAUDRATE 115200
#define USB_BAUDRATE 250000
// Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH

View File

@@ -977,7 +977,7 @@ void setup() {
serial_connect_timeout = millis() + 1000UL;
while (!MYSERIAL1 && PENDING(millis(), serial_connect_timeout)) { /*nada*/ }
#endif
SERIAL_ECHO_MSG("start");
#if BOTH(HAS_TFT_LVGL_UI, USE_WIFI_FUNCTION)
mks_esp_wifi_init();