mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-07 01:47:43 +00:00
Merge pull request #6729 from bkmit/development
Little Ukrainian translation correction
This commit is contained in:
commit
d6dc397a63
@ -139,7 +139,7 @@
|
|||||||
#define D_RESTARTING "Перезавантаження"
|
#define D_RESTARTING "Перезавантаження"
|
||||||
#define D_RESTART_REASON "Причина перезавантаження"
|
#define D_RESTART_REASON "Причина перезавантаження"
|
||||||
#define D_RESTORE "відновлення"
|
#define D_RESTORE "відновлення"
|
||||||
#define D_RETAINED "нерозподілений"
|
#define D_RETAINED "зберігати"
|
||||||
#define D_RULE "Правило"
|
#define D_RULE "Правило"
|
||||||
#define D_SAVE "Зберегти"
|
#define D_SAVE "Зберегти"
|
||||||
#define D_SENSOR "Давач"
|
#define D_SENSOR "Давач"
|
||||||
|
@ -346,7 +346,7 @@ void MqttPublishLogging(const char *mxtime)
|
|||||||
void MqttPublishDirect(const char* topic, bool retained)
|
void MqttPublishDirect(const char* topic, bool retained)
|
||||||
{
|
{
|
||||||
char sretained[CMDSZ];
|
char sretained[CMDSZ];
|
||||||
char slog_type[10];
|
char slog_type[20];
|
||||||
|
|
||||||
#ifdef USE_DEBUG_DRIVER
|
#ifdef USE_DEBUG_DRIVER
|
||||||
ShowFreeMem(PSTR("MqttPublishDirect"));
|
ShowFreeMem(PSTR("MqttPublishDirect"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user