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:
Glenn Ruben Bakke 2017-02-12 23:05:32 +01:00
parent e432ab4842
commit c4b60e6cf8

View File

@ -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"