mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
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)
|
void WaitForRestart(String result)
|
||||||
{
|
{
|
||||||
String page = FPSTR(HTTP_HEAD);
|
String page = FPSTR(HTTP_HEAD);
|
||||||
@ -669,6 +667,10 @@ void WaitForRestart(String result)
|
|||||||
restart_flag = 2;
|
restart_flag = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*-------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#ifndef BE_MINIMAL
|
||||||
|
|
||||||
void HandleConfiguration()
|
void HandleConfiguration()
|
||||||
{
|
{
|
||||||
if (HttpUser()) { return; }
|
if (HttpUser()) { return; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user