mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
8 lines
207 B
Django/Jinja
8 lines
207 B
Django/Jinja
{# jinja template to generate the serial autostart script. #}
|
|
|
|
# serial autostart script generated with generate_serial_config.py
|
|
|
|
|
|
set PARAM_FILE {{ params_file }}
|
|
set BOARD_ROOT_PATH {{ board_root_path }}
|