Remove unused httpEvery5Seconds

This commit is contained in:
fvanroie 2021-10-19 17:12:45 +02:00
parent 35975131b3
commit b682549bb1
3 changed files with 0 additions and 9 deletions

View File

@ -2390,11 +2390,6 @@ IRAM_ATTR void httpLoop(void)
webServer.handleClient();
}
////////////////////////////////////////////////////////////////////////////////////////////////////
void httpEvery5Seconds()
{
// if(httpEnable && !webServerStarted) httpReconnect();
}
////////////////////////////////////////////////////////////////////////////////////////////////////
#if HASP_USE_CONFIG > 0

View File

@ -17,7 +17,6 @@ struct hasp_http_config_t
void httpSetup();
IRAM_ATTR void httpLoop(void);
void httpEvery5Seconds(void);
// void httpReconnect(void);
void httpStart(void);
void httpStop(void);

View File

@ -2330,9 +2330,6 @@ void httpReconnect()
IRAM_ATTR void httpLoop(void)
{}
////////////////////////////////////////////////////////////////////////////////////////////////////
void httpEvery5Seconds()
{}
////////////////////////////////////////////////////////////////////////////////////////////////////
void httpEverySecond()