This commit is contained in:
xinyang
2019-05-15 16:56:39 +08:00
parent 30dbdaac1a
commit 1bb0536545
3 changed files with 14 additions and 12 deletions

View File

@@ -141,7 +141,6 @@ void uartReceive(Serial* uart) {
cnt = 0;
}
}
LOGM("%d", cnt);
if (cnt == 12) {
if (buffer[8] == 'e') {
state = ENERGY_STATE;