We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a149578 commit 62ad911Copy full SHA for 62ad911
PowerGlove_BLE_MIDI/powerglove_ble_midi.py
@@ -45,6 +45,7 @@
45
midi = adafruit_midi.MIDI(midi_out=midi_service, out_channel=midi_channel - 1)
46
47
print("advertising")
48
+ble.name="Power Glove MIDI"
49
ble.start_advertising(advertisement)
50
51
# reads an analog pin and returns value remapped to out range, e.g., 0-127
0 commit comments