Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit a35ac6e

Browse files
committed
Merge branch 'users/t-anmah/clue-frontend-backend-integration' of https://github.com/microsoft/vscode-python-devicesimulator into users/t-anmah/clue-frontend-backend-integration
2 parents b467990 + e37f2a8 commit a35ac6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clue/adafruit_clue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def show(self):
168168

169169
def show_terminal(self):
170170
"""Revert to terminalio screen."""
171-
# self._display.show(None)
171+
# TODO: implement terminal for clue screen
172172
return
173173

174174

0 commit comments

Comments
 (0)