Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KalbeAbbas committed Aug 10, 2020
1 parent f9b9223 commit 8682da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ namespace cw01 {
basic.pause(1000)
loop_count++

if(loop_count == 10)
if(loop_count == 20)
break
} while (!cw01_vars.res.includes("WIFI CONNECTED"));

Expand All @@ -197,7 +197,7 @@ namespace cw01 {
cw01_vars.res = ""
}

if(loop_count == 10)
if(loop_count == 20)
{
basic.showString("D")
basic.pause(2000)
Expand Down

0 comments on commit 8682da9

Please sign in to comment.