summaryrefslogtreecommitdiff
path: root/docs/esp32/tutorial/img
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-09-18 12:10:22 +1000
committerDamien George <damien@micropython.org>2024-10-03 12:12:18 +1000
commitca6723b144501d3ea96a5a79bb18f0947a63fc87 (patch)
tree91e27b8acadaf66c668703a84a5565de3bc76f3e /docs/esp32/tutorial/img
parentca220b5fc57860f3c5e584230c9d9b684b8847a3 (diff)
rp2/cyw43_configport: Define CYW43_PRINTF to mp_printf to get messages.
The cyw43-driver uses `printf` by default for `CYW43_PRINTF`, but on the rp2 port `printf` only goes to a UART output and not to USB CDC. By defining `CYW43_PRINTF` to `mp_printf`, all the messages from the cyw43-driver are seen on USB CDC. For example this allows `network.WLAN().config(trace=1)` to show async WALN events. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp32/tutorial/img')
0 files changed, 0 insertions, 0 deletions