Skip to content

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

Open
Sonic-Amiga wants to merge 1 commit intoespressif:masterfrom
Sonic-Amiga:issue-1082-quick-fix
Open

esp8266/ets_printf: Introduce __ets_vprintf_disable (GIT8266O-829)#1253
Sonic-Amiga wants to merge 1 commit intoespressif:masterfrom
Sonic-Amiga:issue-1082-quick-fix

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.

1 participant