diff options
author | Damien George <damien@micropython.org> | 2025-07-20 21:38:03 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-31 11:02:41 +1000 |
commit | a9b038a57e2ca730dd95e79fc89491d0d1154e6e (patch) | |
tree | d735f0b885b7da0b75dbf072b070099b62254644 /docs/esp8266/tutorial | |
parent | 6a8c45b6c4683fa2dc68cab62219b0edad4dd15d (diff) |
examples/bluetooth/ble_advertising.py: Fix decoding UUIDs.
The UUID32 case was incorrect: first, the "<d" should have been "<I", and
second, the UUID constructor treats integer arguments as UUID16. So this
UUID32 case needs to pass in the actual data bytes.
And then it's simpler to just make all cases pass in the data bytes.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions