Skip to content

Commit

Permalink
Make boot faster by skipping portal timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed May 18, 2024
1 parent 79f1f78 commit e84da6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ namespace fabomatic
Board::logic.changeStatus(Status::PortalSuccess);
delay(1000);
}
else

if (!disable_portal && !config.disablePortal)
{
Board::logic.changeStatus(Status::PortalFailed);
delay(3000);
Expand Down

0 comments on commit e84da6d

Please sign in to comment.