Enable to enter quoted hints as config value

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-11-27 22:36:29 +01:00
parent 29a00fbcd9
commit d056719a36

View file

@ -24,11 +24,8 @@
//
////////////////////////////////////////////////////////////////////////////////
#include <FS.h>
#include <JSON.h>
#include <shared.h>
#include <format.h>
#include <timew.h>
#include <commands.h>
#include <iostream>
@ -86,6 +83,8 @@ int CmdConfig (
value += words[i];
}
value = Lexer::dequote (value);
change = Rules::setConfigVariable (journal, rules, name, value, confirmation);
if (!change)