mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
rename full to pretty for formatting telegrams
This commit is contained in:
@@ -90,7 +90,7 @@ MAKE_PSTR_WORD(restart)
|
||||
MAKE_PSTR_WORD(reconnect)
|
||||
MAKE_PSTR_WORD(format)
|
||||
MAKE_PSTR_WORD(raw)
|
||||
MAKE_PSTR_WORD(full)
|
||||
MAKE_PSTR_WORD(pretty)
|
||||
|
||||
// context menus
|
||||
MAKE_PSTR_WORD(mqtt)
|
||||
@@ -103,9 +103,9 @@ MAKE_PSTR(asterisks, "********")
|
||||
MAKE_PSTR(n_mandatory, "<n>")
|
||||
MAKE_PSTR(n_optional, "[n]")
|
||||
MAKE_PSTR(traceid_optional, "[trace ID]")
|
||||
MAKE_PSTR(trace_raw_fmt, "Displaying raw bytes = %s")
|
||||
MAKE_PSTR(trace_format_optional, "[full|raw]")
|
||||
MAKE_PSTR(bool_mandatory, "<on|off>")
|
||||
MAKE_PSTR(trace_raw_fmt, "Displaying telegrams %s")
|
||||
MAKE_PSTR(trace_format_optional, "[pretty | raw]")
|
||||
MAKE_PSTR(bool_mandatory, "<on | off>")
|
||||
MAKE_PSTR(typeid_mandatory, "<type ID>")
|
||||
MAKE_PSTR(deviceid_mandatory, "<device ID>")
|
||||
MAKE_PSTR(deviceid_optional, "[device ID]")
|
||||
|
||||
Reference in New Issue
Block a user