* disable real text

* shorter calibration cycle (10ms)
* higher baudrate (115k2)
This commit is contained in:
hg
2014-04-05 11:36:57 +02:00
parent 0f16b2c3a9
commit 45bdbe0a57
3 changed files with 12 additions and 6 deletions

View File

@ -22,7 +22,7 @@ void setup() {
// delay(5000);
Serial.begin(9600);
Serial.begin(115200);
Config::initialize();