Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jyberg authored Jul 25, 2020
1 parent 067cffd commit 582bb91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NexPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ bool NexPage::setVisibleAll(bool visible)
{
String cmd = String("vis ");
cmd += "255,";
if (flag)
if (visible)
{
cmd += "1";
} else
}
else
{
cmd += "0";
}
Expand Down

0 comments on commit 582bb91

Please sign in to comment.