changes for generial input/output via mqtt

This commit is contained in:
technyon
2023-06-03 21:20:19 +02:00
parent 16a7f6fc78
commit a5e334d4c1
23 changed files with 534 additions and 30 deletions

View File

@@ -36,6 +36,8 @@ void Scanner::update() {
return;
}
bleScan->clearResults();
bool result = bleScan->start(scanDuration, nullptr, false);
if (!result) {
scanErrors++;