disabling bluetooth debug messages

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

disabling bluetooth debug messages

Post by devnull » Thu Mar 26, 2020 3:32 am

How can I disable these messages:

Code: Select all

GAP procedure initiated: discovery; own_addr_type=0 filter_policy=0 passive=1 limited=0 filter_duplicates=0 duration=10000ms

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: disabling bluetooth debug messages

Post by jimmo » Thu Mar 26, 2020 5:55 am

The short answer is... I don't know..... I haven't really done a proper investigation (it's on my list) but assuming you've tried esp.osdebug(None). I feel like I see this logging sometimes only after a soft reset. There's clearly a bug somewhere but not sure whether it's in the IDF or MicroPython.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: disabling bluetooth debug messages

Post by jimmo » Thu Sep 10, 2020 12:48 am

devnull wrote:
Thu Mar 26, 2020 3:32 am
How can I disable these messages:
https://github.com/micropython/micropyt ... -689902086

Post Reply