Cloning:
$ git clone https://github.com/JarniV/BOND-testplatform-P010.git
Changing the UI:
$ python /home/ $USER$ /.local/bin/pyqt5-tools designer qt_testplatform.ui
If you want to change the UI, you can open it with this file:
$ C:\Users\ $USER$ \AppData\Local\Programs\Python\Python39\Scripts\designer.exe
This code should be opened by the PlatformIO, Visual Studio Code extension.
To run the pyhton file you will have to install the following packages:
$ pip install -r TestPlatform-py/requirements.txt
or
$ pip install colorama pyserial PySide2 PyQt5 PyQt5-tools