This commit is contained in:
MichaelDvP
2023-03-15 07:16:34 +01:00
152 changed files with 2121 additions and 2315 deletions

View File

@@ -1,7 +1,7 @@
/*
* EMS-ESP - https://github.com/emsesp/EMS-ESP
* Copyright 2020-2023 Paul Derbyshire
*
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -29,8 +29,7 @@
#define EMSESP_LOCALE_FR "fr"
#define EMSESP_LOCALE_TR "tr"
// IMPORTANT!
// translations are in the order: en, de, nl, sv, pl, no, fr, tr
// IMPORTANT! translations are in the order: en, de, nl, sv, pl, no, fr, tr
//
// if there is no translation, it will default to en
//

View File

@@ -531,8 +531,8 @@ void System::loop() {
void System::send_info_mqtt(const char * event_str, bool send_ntp) {
// use dynamic json becaues it is called from NTP-callback from lwip task with small stack
DynamicJsonDocument doc = DynamicJsonDocument(EMSESP_JSON_SIZE_MEDIUM);
doc["event"] = event_str;
doc["version"] = EMSESP_APP_VERSION;
doc["event"] = event_str;
doc["version"] = EMSESP_APP_VERSION;
// if NTP is enabled send the boot_time in local time in ISO 8601 format (eg: 2022-11-15 20:46:38)
// https://github.com/emsesp/EMS-ESP32/issues/751

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.6.0-dev.6"
#define EMSESP_APP_VERSION "3.6.0-dev.7"