Skip to content

Commit c54d363

Browse files
committed
fix missing semicolon
1 parent 871d4bb commit c54d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifimanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class WIFIMANAGER {
6262
void clearApList();
6363

6464
// Get id of the first non empty entry
65-
uint8_t getApEntry()
65+
uint8_t getApEntry();
6666

6767
// Print a log message to Serial, can be overwritten
6868
void logMessage(String msg);

0 commit comments

Comments
 (0)