mbc seems to work partly now, finally

This commit is contained in:
hg
2014-03-08 20:57:17 +01:00
parent b333be0cd9
commit 854d2f202a
7 changed files with 107 additions and 82 deletions

View File

@ -374,7 +374,6 @@ void Thermometer::exec() {
if (currentMillis >= (lastMillis + getPeriodMeasure())) {
lastMillis = currentMillis;
state = 0;
Serial3.println("Tick");
}
break;