Skip to content

Commit

Permalink
Update nanodesmapvmonitor.ino
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
stuartpittaway committed Aug 3, 2012
1 parent e0b3562 commit 5f5bf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanodesmapvmonitor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void loop()

// DHCP expiration is a bit brutal, because all other ethernet activity and
// incoming packets will be ignored until a new lease has been acquired
if (EtherCard::dhcpValid()){
if (! EtherCard::dhcpValid()){
if (!ether.dhcpSetup())
{
//debugMsgln("DHCP fail");
Expand Down

0 comments on commit 5f5bf38

Please sign in to comment.