Fix compiler error

Fix compiler error on BE_MINIMAL not finding WaitForRestart()
This commit is contained in:
Theo Arends 2018-10-11 08:32:09 +02:00
parent 29a9cce96d
commit ac595d44b0
1 changed files with 4 additions and 2 deletions

View File

@ -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; }