1
0
mirror of https://github.com/revspace/operame synced 2024-11-01 05:57:30 +00:00
Go to file
Juerd Waalboer 6ce64f635b Convert .ino to .cpp
Wasn't compatible with the Arduino IDE anyway, so let's stop pretending.

Functions are reordered so that they're declared before use.
2021-03-21 05:22:40 +01:00
.gitignore Add .gitignore 2020-11-16 23:50:49 +01:00
LICENSE First commit 2020-11-16 23:48:15 +01:00
logo.h Add logo 2020-11-25 01:55:40 +01:00
logo.png Add logo 2020-11-25 01:55:40 +01:00
multi-upload.pl Hacky parallel firmware flasher 2021-02-17 05:01:08 +01:00
operame_strings.h Implement manual calibration (command 0x87) 2021-03-11 03:54:36 +01:00
operame.cpp Convert .ino to .cpp 2021-03-21 05:22:40 +01:00
platformio.ini Add basic i18n support and English translations 2021-01-26 06:28:14 +01:00
README.md Add basic i18n support and English translations 2021-01-26 06:28:14 +01:00

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.

  1. Installeer PlatformIO.
  2. Kloon deze repository lokaal.
  3. Ga naar de map van deze repository en voer pio run uit.