pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Provide an easy way to disable cyw43 logging

Open peterharperuk opened this issue 5 months ago • 2 comments

All cyw43 logging uses CYW43_PRINTF by default. To disable logging you have to define this to do nothing. There's no simple way to achieve this. Make it easier by adding PICO_CYW43_LOGGING_ENABLED which can be set to zero to disable CYW43_PRINTF.

Fixes #2523

peterharperuk avatar Jun 19 '25 15:06 peterharperuk