Skip to content

Commit 1a13aeb

Browse files
authored
Merge pull request #680 from LeeLeahy2/event-handler
WiFi: Remove eventHandlerStart and eventHandlerStop declarations
2 parents 176ee18 + 2a849de commit 1a13aeb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Firmware/RTK_Everywhere/settings.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,12 +2021,6 @@ class RTK_WIFI
20212021
// components: A bit mask of the components
20222022
void displayComponents(const char * text, WIFI_ACTION_t components);
20232023

2024-
// Start the WiFi event handler
2025-
void eventHandlerStart();
2026-
2027-
// Stop the WiFi event handler
2028-
void eventHandlerStop();
2029-
20302024
// Set the WiFi mode
20312025
// Inputs:
20322026
// setMode: Modes to set

0 commit comments

Comments
 (0)