mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Remove unused httpEvery5Seconds
This commit is contained in:
parent
35975131b3
commit
b682549bb1
@ -2390,11 +2390,6 @@ IRAM_ATTR void httpLoop(void)
|
|||||||
webServer.handleClient();
|
webServer.handleClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void httpEvery5Seconds()
|
|
||||||
{
|
|
||||||
// if(httpEnable && !webServerStarted) httpReconnect();
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
#if HASP_USE_CONFIG > 0
|
#if HASP_USE_CONFIG > 0
|
||||||
|
@ -17,7 +17,6 @@ struct hasp_http_config_t
|
|||||||
|
|
||||||
void httpSetup();
|
void httpSetup();
|
||||||
IRAM_ATTR void httpLoop(void);
|
IRAM_ATTR void httpLoop(void);
|
||||||
void httpEvery5Seconds(void);
|
|
||||||
// void httpReconnect(void);
|
// void httpReconnect(void);
|
||||||
void httpStart(void);
|
void httpStart(void);
|
||||||
void httpStop(void);
|
void httpStop(void);
|
||||||
|
@ -2330,9 +2330,6 @@ void httpReconnect()
|
|||||||
IRAM_ATTR void httpLoop(void)
|
IRAM_ATTR void httpLoop(void)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void httpEvery5Seconds()
|
|
||||||
{}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
void httpEverySecond()
|
void httpEverySecond()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user