-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
wifi.radio.enabled=False causes error with debug mode on #9406
Comments
I think it may contain |
There's a hack somewhere that tries to print espidf messages via mp_printf so they are visible on the repl, not requiring a separate debug uart. I guess this isn't compatible with all formats used in espidf |
That was my thunk, thanks Dan. I did see a successful log example when
searching for the time related string.
Forgot to mention running on an itsy bitsy esp32
…On Sat, 6 Jul 2024, 16:49 Dan Halbert, ***@***.***> wrote:
I think it may contain ... %<something>, where the <something> is not
supported.
—
Reply to this email directly, view it on GitHub
<#9406 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTBZ434ZTHXPOHLOYPQPU3ZLAGX7AVCNFSM6AAAAABKOQ65P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRHAYDENRTHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is the printf connector: circuitpython/ports/espressif/supervisor/port.c Lines 489 to 497 in 8fbbb59
I do need to comment it out from time to time when debugging too. |
let's just back it out if it causes crashes. |
CircuitPython version
Code/REPL
Behavior
wifi:pm stop, total sleep time: Assertion '*fmt == '%' || !"unsupported fmt char"' failed, at file mpprint.c:586
Description
Appears the debug message contains "%" which is not supported, or at least that was my impression after visiting micropython#3004
Additional information
No response
The text was updated successfully, but these errors were encountered: