2020-12-26 10:24:42 +00:00
|
|
|
# Operame
|
|
|
|
|
2021-05-13 10:22:19 +00:00
|
|
|
Dit is de broncode van de firmware voor de [ControlCO2-meter](https://controlco2.space), operame project origineel gestart door RevSpace.
|
2020-12-26 10:24:42 +00:00
|
|
|
|
2021-01-26 05:28:14 +00:00
|
|
|
## Language
|
|
|
|
|
|
|
|
The default language is Dutch; users can pick a different language using the
|
|
|
|
WiFi configuration portal. To change the default setting to English, change
|
|
|
|
`#define LANGUAGE "nl"` to `#define LANGUAGE "en"`.
|
|
|
|
|
2020-12-26 10:24:42 +00:00
|
|
|
## Gebruik
|
|
|
|
|
|
|
|
### Installatie
|
|
|
|
|
|
|
|
Deze repository gebruikt [PlatformIO](https://platformio.org/) voor installatie.
|
|
|
|
|
|
|
|
1. Installeer PlatformIO.
|
2020-12-26 16:55:05 +00:00
|
|
|
2. Kloon deze repository lokaal.
|
2020-12-26 10:24:42 +00:00
|
|
|
3. Ga naar de map van deze repository en voer `pio run` uit.
|
2021-09-03 14:38:10 +00:00
|
|
|
|
|
|
|
## Waylay IO
|
|
|
|
|
|
|
|
Zie https://docs-io.waylay.io/#/dashboard/control-co2
|