Skip to content

Commit 6e644fd

Browse files
committed
Added debug
1 parent 098c3ab commit 6e644fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CircuitPython_Pyloton/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
display = board.DISPLAY
1717

18-
pyloton = pyloton.Pyloton(ble, display)
18+
pyloton = pyloton.Pyloton(ble, display, debug=True)
1919
pyloton.show_splash()
2020

2121
hr_connection = None

0 commit comments

Comments
 (0)