forked from platformio/platform-espressif32
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
@Jason2866 (master of the cores)
Hi ,
wanted to inform you that this PR broke Hardwareserial in some situations.
espressif/arduino-esp32#6134
i had some users complaining about SML stopped working and investigated the issue
this is by the way a stupid modification. it creates a new task which uses 2k of RAM to monitor the UART IRQ.
it also causes unnecessary cpu cycles.
it adds the call uartOnReceive
which may be of interest for some applications but definitely should be optional and not default.
why not enable this feature only when requested ?
reverting this pr brings things up to normal.
Metadata
Metadata
Assignees
Labels
No labels