1
0
mirror of https://github.com/revspace/operame synced 2024-11-01 05:57:30 +00:00
operame/README.md
2021-01-26 06:28:14 +01:00

20 lines
547 B
Markdown

# Operame
Dit is de broncode van de firmware voor de [Operame CO2-meter](https://operame.nl/).
## 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"`.
## Gebruik
### Installatie
Deze repository gebruikt [PlatformIO](https://platformio.org/) voor installatie.
1. Installeer PlatformIO.
2. Kloon deze repository lokaal.
3. Ga naar de map van deze repository en voer `pio run` uit.