Skip to content

Commit 62ad911

Browse files
committed
added advertising name
1 parent a149578 commit 62ad911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PowerGlove_BLE_MIDI/powerglove_ble_midi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
midi = adafruit_midi.MIDI(midi_out=midi_service, out_channel=midi_channel - 1)
4646

4747
print("advertising")
48+
ble.name="Power Glove MIDI"
4849
ble.start_advertising(advertisement)
4950

5051
# reads an analog pin and returns value remapped to out range, e.g., 0-127

0 commit comments

Comments
 (0)