diff --git a/src/app/SAB.cpp b/src/app/SAB.cpp index 80800e0..78280f7 100644 --- a/src/app/SAB.cpp +++ b/src/app/SAB.cpp @@ -16,7 +16,7 @@ _error(0) //We set the gpio up initGPIO(); //Serial.begin(9600); - Serial.begin(9600, SERIAL_8N1, SERIAL_TX_ONLY); + Serial.begin(115200, SERIAL_8N1, SERIAL_TX_ONLY); delay(200); //We initialize the pins for the I2C communication @@ -46,7 +46,7 @@ _error(0) //We set the gpio up initGPIO(); //Serial.begin(9600); - Serial.begin(9600, SERIAL_8N1, SERIAL_TX_ONLY); + Serial.begin(115200, SERIAL_8N1, SERIAL_TX_ONLY); delay(200); //We initialize the pins for the I2C communication Wire.begin(_pinConfig.getI2C_sda(), _pinConfig.getI2C_scl());