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

Debug serial log output forgotten to disable for C3 #3

Closed
Jason2866 opened this issue Jan 3, 2022 · 1 comment
Closed

Debug serial log output forgotten to disable for C3 #3

Jason2866 opened this issue Jan 3, 2022 · 1 comment

Comments

@Jason2866
Copy link

Jason2866 commented Jan 3, 2022

The serial console spits out this messages

chan:1,max_power:68
chan:2,max_power:68
chan:3,max_power:68
chan:4,max_power:68
chan:5,max_power:68
chan:6,max_power:68
chan:7,max_power:68
chan:8,max_power:68
chan:9,max_power:68
chan:10,max_power:68
chan:11,max_power:68
chan:12,max_power:68
chan:13,max_power:68
chan:14,max_power:68

Patched file which silenced the jabber.
libphy.a.zip

espressif-bot pushed a commit to espressif/esp-idf that referenced this issue Jan 5, 2022
- add missing Wi-Fi header MD5 checks for esp32c3, esp32s3
- check PHY libraries for references to ets_printf, in addition to
  checking Wi-Fi libraries. This used to happen until libphy.a was
  moved into a separate submodule.

Reported in espressif/esp-phy-lib#3
@igrr
Copy link
Member

igrr commented Jan 5, 2022

@Jason2866 thanks for reporting, this is now fixed in master branch of esp-idf, will be backported to release/v4.4 soon.

@igrr igrr closed this as completed Jan 5, 2022
espressif-bot pushed a commit to espressif/esp-idf that referenced this issue Jan 28, 2022
- add missing Wi-Fi header MD5 checks for esp32c3, esp32s3
- check PHY libraries for references to ets_printf, in addition to
  checking Wi-Fi libraries. This used to happen until libphy.a was
  moved into a separate submodule.

Reported in espressif/esp-phy-lib#3
dskulina pushed a commit to playable-tech/esp-idf that referenced this issue Feb 4, 2022
- add missing Wi-Fi header MD5 checks for esp32c3, esp32s3
- check PHY libraries for references to ets_printf, in addition to
  checking Wi-Fi libraries. This used to happen until libphy.a was
  moved into a separate submodule.

Reported in espressif/esp-phy-lib#3
dskulina pushed a commit to playable-tech/esp-idf that referenced this issue Feb 5, 2022
- add missing Wi-Fi header MD5 checks for esp32c3, esp32s3
- check PHY libraries for references to ets_printf, in addition to
  checking Wi-Fi libraries. This used to happen until libphy.a was
  moved into a separate submodule.

Reported in espressif/esp-phy-lib#3
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

No branches or pull requests

2 participants