You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firmware of liquid He monitors, that monitor the level of He dewers. They are meant to be used in conjunction with [Helium Management](https://github.com/SampleEnvironment/Helium-Management) application.
4
4
5
-
### Build configurations:
5
+
## Getting started
6
+
### Requisities
7
+
In order to start developing/testing/flashing Firmware you will need:
Before first compiling the project in Microchip Studio the submodule of the avr-library needs to be initialized:
16
+
```
17
+
git submodule update --init
18
+
```
19
+
20
+
### Choosing a Release
21
+
In order to generate a executable Firmware of a specific release, `git tag` will list all available releases and
22
+
```git checkout --recurse-submodules vX.XXX```
23
+
will load the release specified by `vX.XXX` (for example `v1.221`).
24
+
25
+
### Build configurations (from v1.219):
26
+
Build configurations are used to generate firmware binarys that are meant for the same device Type, but with varying Hardware, for example the display that is used. Build configuration names for Levelmeter have the following Format `'DisplayType'-'DisplayConfiguration'` and can be set via the dropdown menu depicted in the screenshot below.
Buildconfigurations have the following Format ```'DisplayType'-'DisplayConfiguration'```. All different configurations are listed and described in the tables below:
0 commit comments