add restart other command to change partition #1657

This commit is contained in:
MichaelDvP
2024-03-13 16:03:28 +01:00
parent e00c30cd4f
commit 8dfc84eac2
5 changed files with 44 additions and 10 deletions

View File

@@ -140,6 +140,7 @@ MAKE_WORD_CUSTOM(asterisks, "********")
MAKE_WORD_CUSTOM(n_mandatory, "<n>")
MAKE_WORD_CUSTOM(sensorid_optional, "[sensor ID]")
MAKE_WORD_CUSTOM(id_optional, "[id|hc]")
MAKE_WORD_CUSTOM(other_optional, "[other]")
MAKE_WORD_CUSTOM(data_optional, "[data]")
MAKE_WORD_CUSTOM(nvs_optional, "[nvs]")
MAKE_WORD_CUSTOM(offset_optional, "[offset]")