removed (test) and hardcoded it, only for EMSESP_TEST compiling

This commit is contained in:
proddy
2021-02-28 13:54:15 +01:00
parent 3564a6b28b
commit 0913f31c68
3 changed files with 6 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ void System::start(uint32_t heap_start) {
Command::add_with_json(EMSdevice::DeviceType::SYSTEM, F_(settings), System::command_settings);
#if defined(EMSESP_TEST)
Command::add(EMSdevice::DeviceType::SYSTEM, F_(test), System::command_test);
Command::add(EMSdevice::DeviceType::SYSTEM, F("test"), System::command_test);
#endif
});