Skip to content

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Aug 8, 2021

bxparks and others added 14 commits May 13, 2021 13:25
Since the headers are now in a subdirectory, a library.json file is
necessary to allow PlatformIO to find them.
Before this patch, stdin is only read between calls to loop(). This
causes problems when a program waits for serial input while calling
yield() in a loop. Moving the stdin handling code to yield() fixes this
problem and more closely matches real hardware behavior.

Also, this patch checks the return value from read(), which fixes a
compiler warning and allows null bytes to be read correctly.
Move stdin processing to `yield()`
… EPOXY_CORE_ESP8266 macro; merge ExpMock/cores/esp2866 into EpoxyDuino/cores/epoxy
@bxparks bxparks merged commit 03b7d9b into master Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants