Skip to content

Commit 5df9b30

Browse files
author
Stefano Bertelli
committed
fix: servobar units removed
1 parent 3e51161 commit 5df9b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rcp/components/home/servobar.kv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
font_style: "bold"
3232
background_color: [0.2, 0.2, 0.2, 1]
3333
color: app.formats.display_color
34-
text: app.servo.formattedPosition + " deg"
34+
text: app.servo.formattedPosition
3535
text_size: self.size
3636
halign: 'center'
3737
valign: 'middle'

0 commit comments

Comments
 (0)