mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
remove test, change "send telegram" format
This commit is contained in:
@@ -67,10 +67,6 @@ MAKE_PSTR_WORD(bar)
|
||||
MAKE_PSTR_WORD(min)
|
||||
MAKE_PSTR_WORD(uA)
|
||||
|
||||
#if defined(EMSESP_DEBUG)
|
||||
MAKE_PSTR_WORD(test)
|
||||
#endif
|
||||
|
||||
// for commands
|
||||
MAKE_PSTR_WORD(call)
|
||||
MAKE_PSTR_WORD(cmd)
|
||||
@@ -116,7 +112,7 @@ MAKE_PSTR(bus_id_fmt, "Bus ID = %02X")
|
||||
MAKE_PSTR(watchid_optional, "[ID]")
|
||||
MAKE_PSTR(watch_format_optional, "[off | on | raw]")
|
||||
MAKE_PSTR(invalid_watch, "Invalid watch type")
|
||||
MAKE_PSTR(data_mandatory, "<\"XX XX ...\">")
|
||||
MAKE_PSTR(data_mandatory, "\"XX XX ...\"")
|
||||
MAKE_PSTR(percent, "%")
|
||||
MAKE_PSTR(degrees, "°C")
|
||||
MAKE_PSTR(asterisks, "********")
|
||||
|
||||
Reference in New Issue
Block a user