Init Serial with baudrate 115200
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
void sysInit()
|
||||
//-----------------------------------------------------------------------------
|
||||
{
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
opstInit(OPST_PIN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user