Skip to content

Commit

Permalink
Merge pull request #314 from tinymovr/develop
Browse files Browse the repository at this point in the history
Version 1.6.3 (supplemental update docs)
  • Loading branch information
yconst authored Jan 17, 2024
2 parents b05b8d2 + 6d9c9d8 commit 5fd4499
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/studio/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,25 @@ Compatibility

Tinymovr Studio includes by default a checksum comparison to determine protocol compatibility between firmware and studio version. This is performed each time a node is discovered, and prior to initializing the tinymovr object. If you see a compatibility-related message, please upgrade to the latest studio and firmware versions.

Custom Device Specs
###################

You can specify a custom device spec (YAML file) as a command line argument:

|gui|

.. code-block:: console
tinymovr --spec=/path/to/myspec.yaml
|cli|

.. code-block:: console
tinymovr_cli --spec=/path/to/myspec.yaml
This is useful, for instance, if you have altered the default Tinymovr spec files. Using this parameter with a project developed using `Avlos <https://github.com/tinymovr/avlos>`_, you can even use Tinymovr Studio to control your own custom devices!


Issuing Commands in CLI
#######################
Expand Down

0 comments on commit 5fd4499

Please sign in to comment.