examples/pup/hubs/hub_primehub: fix button

Corrected Bluetooth button name (from BT to BLUETOOTH)
This commit is contained in:
ZPhilo
2021-01-28 09:31:41 +01:00
committed by Laurens Valk
parent 535aac8144
commit 2a1640f7dc
+1 -1
View File
@@ -23,7 +23,7 @@ if Button.LEFT in pressed:
hub.display.image(Icon.ARROW_LEFT_DOWN)
elif Button.RIGHT in pressed:
hub.display.image(Icon.ARROW_RIGHT_DOWN)
elif Button.BT in pressed:
elif Button.BLUETOOTH in pressed:
hub.display.image(Icon.ARROW_RIGHT_UP)
wait(3000)