From 0f5bc4754eb92c44cb52552d230ed2e90aacd0b0 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 8 Jul 2020 19:15:42 +0200 Subject: [PATCH] added format command --- src/console.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/console.h b/src/console.h index d7d99f5bc..b7fa4b8a6 100644 --- a/src/console.h +++ b/src/console.h @@ -81,6 +81,7 @@ MAKE_PSTR_WORD(values) MAKE_PSTR_WORD(system) MAKE_PSTR_WORD(refresh) MAKE_PSTR_WORD(restart) +MAKE_PSTR_WORD(format) MAKE_PSTR_WORD(raw) MAKE_PSTR_WORD(watch) MAKE_PSTR_WORD(mqtt)