1 parent d99d3bd commit a2bab9fCopy full SHA for a2bab9f
1 file changed
shared-bindings/bleio/Peripheral.c
@@ -72,7 +72,7 @@ static const char default_name[] = "CIRCUITPY";
72
//| serv = bleio.Service(bleio.UUID(0x180f), [chara])
73
//|
74
//| # Create a peripheral and start it up.
75
-//| periph = bleio.Peripheral([service])
+//| periph = bleio.Peripheral([serv])
76
//| adv = ServerAdvertisement(periph)
77
//| periph.start_advertising(adv.advertising_data_bytes, adv.scan_response_bytes)
78
0 commit comments