Update Network.cpp

This commit is contained in:
Gregg 2020-10-21 08:02:10 -05:00
parent 8b4329dfd6
commit c0257f6da5
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ void Network::apConfigure(){
alarmTimeOut=millis()+lifetime; // Access Point will shut down when alarmTimeOut is reached alarmTimeOut=millis()+lifetime; // Access Point will shut down when alarmTimeOut is reached
apStatus=0; // status will be "timed out" unless changed apStatus=0; // status will be "timed out" unless changed
Serial.print("\nReady.\n");
while(1){ // loop until we get timed out (which will be accelerated if save/cancel selected) while(1){ // loop until we get timed out (which will be accelerated if save/cancel selected)
if(homeSpan.controlButton.triggered(9999,3000)){ if(homeSpan.controlButton.triggered(9999,3000)){