Enhancement
- Introduce command line tool feature with Ethos Suite. You can run the following command with Suite in terminal:
{SUITE_APP_NAME} --version
show the version of the installed Ethos Suite.{SUITE_APP_NAME} --list-radio
list all the supported FrSky radios.{SUITE_APP_NAME} --radio-path [--radio {RADIO}]
list all the components and their paths. If multiple radios are connected to your computer, you can use[--radio {RADIO}]
to specify one. Otherwise, you can omit[--radio {RADIO}]
or use[--radio auto]
for automatic detection.{SUITE_APP_NAME} --get-path {COMPONENT} [--radio {RADIO}]
get the path of the given component. Current supported component:BITMAPS
,SCRIPTS
,SCREENSHOTS
,AUDIO
,I18N
.{SUITE_APP_NAME} --serial start|stop [--radio {RADIO}]
enable / disable the serial debug mode.
Notice: Sutie app will not start if it successfully recognizes a command.