Skip to content

Commit 65c92c1

Browse files
Update rosys/hardware/robot_brain.py
1 parent 92fafc0 commit 65c92c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosys/hardware/robot_brain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def check_strapping_pins_p0():
127127
ui.menu_item('Configure', on_click=self.configure) \
128128
.tooltip('Configure the microcontroller with the Lizard startup file')
129129
ui.menu_item('Download Config', on_click=lambda: ui.download(self.lizard_code.encode('utf-8'), 'config.liz')) \
130-
.tooltip('Download the lizard config file')
130+
.tooltip('Download the Lizard config file')
131131
ui.menu_item('Restart', on_click=self.restart) \
132132
.tooltip('Restart the microcontroller')
133133
ui.button(on_click=menu.open).props('icon=more_vert flat round')

0 commit comments

Comments
 (0)