Skip to content

Commit

Permalink
Update ESP01_UartWifi_MyFirmata.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Apr 29, 2018
1 parent 1576413 commit 13eda31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ESP01_UartWifi_MyFirmata.ino
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ void ExecuteCommand()
}
else
{
delay(100);
mySerial.println(Command); // Send command to Arduino Uno
delay(1000);
delay(100);
Feedback="Command is not defined";
}
}
Expand Down

0 comments on commit 13eda31

Please sign in to comment.