@value will be printed with Whitespace in start of line for serial_config parameters

This commit is contained in:
garfieldG 2019-10-01 10:54:03 -07:00 committed by Beat Küng
parent 0fe271b7f5
commit cc1d86bc0b
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ PARAM_DEFINE_INT32(SER_{{ serial_device.tag }}_BAUD, {{ serial_device.default_ba
* {{ command.description_extended | replace("\n", " ") }}
*
* @value 0 Disabled
{% for serial_device in serial_devices -%}
{%- for serial_device in serial_devices %}
* @value {{ serial_device.index }} {{ serial_device.label }}
{% endfor -%}
{%- endfor %}
* @group {{ command.param_group }}
* @reboot_required true
*/