From 6826d1a4c7a006539b5d93bdfbd8747c15195155 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 13 Aug 2020 10:29:05 +0200 Subject: [PATCH] added MQTT to heartbeat text --- src/locale_EN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index 5738a5e8e..37ebc810a 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -90,7 +90,7 @@ MAKE_PSTR(hostname_fmt, "WiFi Hostname = %s") MAKE_PSTR(mark_interval_fmt, "Mark interval = %lus"); MAKE_PSTR(wifi_ssid_fmt, "WiFi SSID = %s"); MAKE_PSTR(wifi_password_fmt, "WiFi Password = %S") -MAKE_PSTR(system_heartbeat_fmt, "Heartbeat is %s") +MAKE_PSTR(system_heartbeat_fmt, "MQTT Heartbeat is %s") MAKE_PSTR(cmd_optional, "[cmd]") MAKE_PSTR(deep_optional, "[deep]") MAKE_PSTR(tx_mode_fmt, "Tx mode = %d")