Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp8266/ets_printf: Introduce __ets_vprintf_disable (GIT8266O-829) #1253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sonic-Amiga
Copy link

A quick solution to serial port pollution bug. The culprit is libnet80211.a, which uses ets_printf() long after the system bootup. Set the flag from within the application to nonzero value in order to completely suppress this output.

Signed-off-by: Pavel Fedin pavel_fedin@mail.ru

This patch is a quick solution to #1082

A quick solution to serial port pollution bug. The culprit is libnet80211.a,
which uses ets_printf() long after the system bootup. Set the flag from within
the application to nonzero value in order to completely suppress this output.

Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
(cherry picked from commit 6c35a14)
@github-actions github-actions bot changed the title esp8266/ets_printf: Introduce __ets_vprintf_disable esp8266/ets_printf: Introduce __ets_vprintf_disable (GIT8266O-829) Sep 25, 2023
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.

None yet

1 participant