Added two settings accessors, fixed cloud

This commit is contained in:
CommanderRedYT
2022-10-02 23:41:27 +02:00
parent d71fd669e8
commit 16b7924c93
3 changed files with 30 additions and 10 deletions

View File

@ -721,9 +721,6 @@ void cloudSend()
if (configs.cloudUrl.value().empty())
return;
if (!configs.cloudSettings.sendStatistic.value())
return;
if (!cloudStarted)
{
if (espchrono::ago(lastStartTry) < 10s)