Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit c26622f

Browse files
authored
Merge pull request #117 from slaesh/just-fix-a-comment
refac: just fix some comments
2 parents 61d9fff + c89d55c commit c26622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ESPAsync_WiFiManager.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,12 @@ typedef struct
309309
////////////////////////////////////////////////////
310310

311311
#ifndef TIME_BETWEEN_MODAL_SCANS
312-
// Default to 30s
312+
// Default to 120s
313313
#define TIME_BETWEEN_MODAL_SCANS 120000UL
314314
#endif
315315

316316
#ifndef TIME_BETWEEN_MODELESS_SCANS
317-
// Default to 60s
317+
// Default to 120s
318318
#define TIME_BETWEEN_MODELESS_SCANS 120000UL
319319
#endif
320320

0 commit comments

Comments
 (0)