Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs.openc3.com/docs/configuration/telemetry-screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,8 @@ By default TRUE is green and FALSE is red and all other values are black. Additi
| Packet name | The packet name | True |
| Item name | The item name | True |
| Value type | The type of the value to display. Default is CONVERTED.<br/><br/>Valid Values: <span class="values">RAW, CONVERTED, FORMATTED, WITH_UNITS</span> | False |
| Width | Width of the LED circle (default = 15) | False |
| Height | Height of the LED circle (default = 15) | False |
| Width | Width of the LED circle (default = 20) | False |
| Height | Height of the LED circle (default = 20) | False |

Example Usage:
```ruby
Expand Down
4 changes: 2 additions & 2 deletions openc3/data/config/widgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -746,11 +746,11 @@ Telemetry Widgets:
values: <%= %w(RAW CONVERTED FORMATTED WITH_UNITS) %>
- name: Width
required: false
description: Width of the LED circle (default = 15)
description: Width of the LED circle (default = 20)
values: .*
- name: Height
required: false
description: Height of the LED circle (default = 15)
description: Height of the LED circle (default = 20)
values: .*
example: |
LED INST PARAMS VALUE5 RAW 25 20 # Ellipse
Expand Down
Loading