diff --git a/.github/workflows/publish_doc.yml b/.github/workflows/publish_doc.yml index 5cd0f19..6285ca2 100644 --- a/.github/workflows/publish_doc.yml +++ b/.github/workflows/publish_doc.yml @@ -2,7 +2,7 @@ name: publish-doc on: push: branches: - - dev + - master workflow_dispatch: jobs: diff --git a/README.md b/README.md index 25fb283..75768d9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,11 @@ SRS-DAQ is a project containing a command line tool `srs_control` and additional Please check the full documentation of this project: [SRS-DAQ documentation](). +## `srs_control` preview + +![Imgur](doc/media/srs_control_preview_v1.gif) ## Acknowledgments - A lot of information was used from the existing codebase of the VMM slow control software [vmmsc](https://gitlab.cern.ch/rd51-slow-control/vmmsc.git). -- The understanding of the communication protocol was helped from the [srslib](https://github.com/bl0x/srslib). +- The understanding of the communication protocol was helped from [srslib](https://github.com/bl0x/srslib). diff --git a/doc/media/srs_control_preview_v1.gif b/doc/media/srs_control_preview_v1.gif new file mode 100644 index 0000000..f186e1c Binary files /dev/null and b/doc/media/srs_control_preview_v1.gif differ