We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fafc0 commit 65c92c1Copy full SHA for 65c92c1
rosys/hardware/robot_brain.py
@@ -127,7 +127,7 @@ async def check_strapping_pins_p0():
127
ui.menu_item('Configure', on_click=self.configure) \
128
.tooltip('Configure the microcontroller with the Lizard startup file')
129
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')
+ .tooltip('Download the Lizard config file')
131
ui.menu_item('Restart', on_click=self.restart) \
132
.tooltip('Restart the microcontroller')
133
ui.button(on_click=menu.open).props('icon=more_vert flat round')
0 commit comments