HAL/serial followup

This commit is contained in:
Scott Lahteine
2020-09-23 21:36:31 -05:00
parent 4b928b2da8
commit 568f292883
6 changed files with 13 additions and 6 deletions

View File

@@ -428,7 +428,11 @@ namespace ExtUI {
* it and translate into ExtUI operations where possible.
*/
inbound_count = 0;
LCD_SERIAL.begin(500000);
#ifndef LCD_BAUDRATE
#define LCD_BAUDRATE 500000
#endif
LCD_SERIAL.begin(LCD_BAUDRATE);
// Signal init
write_to_lcd_P(PSTR("{SYS:STARTED}\r\n"));