Fix inconsistent use of time units (#143)

Seconds to milliseconds
This commit is contained in:
psitto
2024-02-29 21:34:53 -03:00
committed by GitHub
parent 22fb1ab801
commit 58f86cb7bd
5 changed files with 7 additions and 7 deletions

View File

@@ -459,7 +459,7 @@ void NimBLEScan::onHostSync() {
/**
* @brief Start scanning and block until scanning has been completed.
* @param [in] duration The duration in seconds for which to scan.
* @param [in] duration The duration in milliseconds for which to scan.
* @param [in] is_continue Set to true to save previous scan results, false to clear them.
* @return The scan results.
*/