Skip to content

Commit

Permalink
Display option names
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 13, 2025
1 parent 18027e0 commit a028a1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ options:
display_name: Use rtt-target as the logging backend.
help: Log options are divided into backend and frontend settings. Backend determines how the
logs are transferred from the device to the host.
selection_group: esp-println-or-rtt-target
selection_group: esp-println or rtt-target
requires:
- probe-rs
- !Option
Expand All @@ -76,7 +76,7 @@ options:
API you need to use and how the logs are encoded.
selection_group: log-frontend
requires:
- esp-println-or-rtt-target
- esp-println or rtt-target
- !Option
name: panic-rtt-target
display_name: Use panic-rtt-target as the panic handler.
Expand All @@ -101,7 +101,7 @@ options:
display_name: Use esp-println as the logging backend.
help: Log options are divided into backend and frontend settings. Backend determines how the
logs are transferred from the device to the host.
selection_group: esp-println-or-rtt-target
selection_group: esp-println or rtt-target
requires:
- "!probe-rs"
- !Option
Expand All @@ -119,7 +119,7 @@ options:
API you need to use and how the logs are encoded.
selection_group: log-frontend
requires:
- esp-println-or-rtt-target
- esp-println or rtt-target
- !Option
name: esp-backtrace
display_name: Use esp-backtrace as the panic handler.
Expand Down

0 comments on commit a028a1a

Please sign in to comment.