mirror of
https://github.com/revspace/operame
synced 2025-10-10 01:35:59 +00:00
Wasn't compatible with the Arduino IDE anyway, so let's stop pretending. Functions are reordered so that they're declared before use.
Operame
Dit is de broncode van de firmware voor de Operame CO2-meter.
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 voor installatie.
- Installeer PlatformIO.
- Kloon deze repository lokaal.
- Ga naar de map van deze repository en voer
pio run
uit.
Languages
C
88%
C++
10.8%
Perl
1.2%