Fix compiler warning (#1620)

This commit is contained in:
Mark Thompson
2023-12-03 01:19:04 -06:00
committed by GitHub
parent 4f440055cb
commit 9624d7b429

View File

@@ -218,6 +218,7 @@ void BLETxView::start() {
hexDigit = min + std::rand() % (max - min + 1);
} break;
default:
hexDigit = 0;
break;
}