mirror of https://github.com/arendst/Tasmota.git
Fix compiler error
Fix compiler error on BE_MINIMAL not finding WaitForRestart()
This commit is contained in:
parent
29a9cce96d
commit
ac595d44b0
|
@ -647,8 +647,6 @@ boolean HttpUser()
|
|||
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef BE_MINIMAL
|
||||
|
||||
void WaitForRestart(String result)
|
||||
{
|
||||
String page = FPSTR(HTTP_HEAD);
|
||||
|
@ -669,6 +667,10 @@ void WaitForRestart(String result)
|
|||
restart_flag = 2;
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef BE_MINIMAL
|
||||
|
||||
void HandleConfiguration()
|
||||
{
|
||||
if (HttpUser()) { return; }
|
||||
|
|
Loading…
Reference in New Issue