mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Cleaned up examples (new Serial lib, etc)
This commit is contained in:
@ -26,7 +26,7 @@ void loop () {
|
||||
|
||||
// if the input is '-1' then there is no data
|
||||
// at the input, otherwise store it
|
||||
if (val != -1) {
|
||||
if (serbyte != -1) {
|
||||
val = serbyte;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user