Skip to content

Commit 0c87a0d

Browse files
committed
add virtual
1 parent c54d363 commit 0c87a0d

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
@@ -65,7 +65,7 @@ class WIFIMANAGER {
6565
uint8_t getApEntry();
6666

6767
// Print a log message to Serial, can be overwritten
68-
void logMessage(String msg);
68+
virtual void logMessage(String msg);
6969

7070
public:
7171
// We let the loop run as as Task

0 commit comments

Comments
 (0)