Minor fixes

This commit is contained in:
Volodymyr Shymanskyy
2017-02-02 00:22:34 +02:00
parent ba81cb347f
commit 7e55d470a1
4 changed files with 10 additions and 25 deletions

View File

@@ -682,6 +682,7 @@ private:
} while (millis() - startMillis < timeout);
finish:
if (!index) {
data.trim();
if (data.length()) {
DBG("### Unhandled:", data);
}