mirror of
https://github.com/revspace/operame
synced 2024-10-31 21:47:30 +00:00
Use Dutch translation of WiFiSettings
This commit is contained in:
parent
d1942fcaa0
commit
f76e092998
@ -9,6 +9,8 @@
|
|||||||
#include <logo.h>
|
#include <logo.h>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
#define LANGUAGE "nl"
|
||||||
|
|
||||||
enum Driver { AQC, MHZ };
|
enum Driver { AQC, MHZ };
|
||||||
Driver driver;
|
Driver driver;
|
||||||
MQTTClient mqtt;
|
MQTTClient mqtt;
|
||||||
@ -298,6 +300,7 @@ void setup() {
|
|||||||
delay(2000);
|
delay(2000);
|
||||||
|
|
||||||
WiFiSettings.hostname = "operame-";
|
WiFiSettings.hostname = "operame-";
|
||||||
|
WiFiSettings.language = LANGUAGE;
|
||||||
wifi_enabled = WiFiSettings.checkbox("operame_wifi", false, "WiFi-verbinding gebruiken");
|
wifi_enabled = WiFiSettings.checkbox("operame_wifi", false, "WiFi-verbinding gebruiken");
|
||||||
ota_enabled = WiFiSettings.checkbox("operame_ota", false, "Draadloos herprogrammeren inschakelen. (Gebruikt portaalwachtwoord!)") && wifi_enabled;
|
ota_enabled = WiFiSettings.checkbox("operame_ota", false, "Draadloos herprogrammeren inschakelen. (Gebruikt portaalwachtwoord!)") && wifi_enabled;
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ framework = arduino
|
|||||||
targets = upload
|
targets = upload
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
lib_deps =
|
lib_deps =
|
||||||
ESP-WiFiSettings@^3.6
|
ESP-WiFiSettings@^3.7
|
||||||
MH-Z19
|
MH-Z19
|
||||||
TFT_eSPI
|
TFT_eSPI
|
||||||
MQTT
|
MQTT
|
||||||
|
Loading…
Reference in New Issue
Block a user