* disable real text
* shorter calibration cycle (10ms) * higher baudrate (115k2)
This commit is contained in:
@ -22,7 +22,7 @@ void setup() {
|
||||
|
||||
// delay(5000);
|
||||
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
|
||||
Config::initialize();
|
||||
|
||||
|
Reference in New Issue
Block a user