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 <list>
|
||||
|
||||
#define LANGUAGE "nl"
|
||||
|
||||
enum Driver { AQC, MHZ };
|
||||
Driver driver;
|
||||
MQTTClient mqtt;
|
||||
@ -298,6 +300,7 @@ void setup() {
|
||||
delay(2000);
|
||||
|
||||
WiFiSettings.hostname = "operame-";
|
||||
WiFiSettings.language = LANGUAGE;
|
||||
wifi_enabled = WiFiSettings.checkbox("operame_wifi", false, "WiFi-verbinding gebruiken");
|
||||
ota_enabled = WiFiSettings.checkbox("operame_ota", false, "Draadloos herprogrammeren inschakelen. (Gebruikt portaalwachtwoord!)") && wifi_enabled;
|
||||
|
||||
|
@ -21,7 +21,7 @@ framework = arduino
|
||||
targets = upload
|
||||
monitor_speed = 115200
|
||||
lib_deps =
|
||||
ESP-WiFiSettings@^3.6
|
||||
ESP-WiFiSettings@^3.7
|
||||
MH-Z19
|
||||
TFT_eSPI
|
||||
MQTT
|
||||
|
Loading…
Reference in New Issue
Block a user