nrf5/modules: Shortening down the device name to be advertised in the example to make it fit with a 128-bit complete UUID.
This commit is contained in:
parent
e432ab4842
commit
c4b60e6cf8
@ -44,7 +44,7 @@ u1 = UUID("6e400002-b5a3-f393-e0a9-e50e24dcca9e")
|
||||
c = Characteristic(u1)
|
||||
s.addCharacteristic(c)
|
||||
p = Peripheral()
|
||||
p.advertise(device_name="MicroPython", services=[s])
|
||||
p.advertise(device_name="micr", services=[s])
|
||||
*/
|
||||
|
||||
#include "py/obj.h"
|
||||
|
Loading…
Reference in New Issue
Block a user