added memory profiling #632

This commit is contained in:
proddy
2020-12-15 14:21:56 +01:00
parent 4087a4f12e
commit 06be035120
7 changed files with 164 additions and 113 deletions

View File

@@ -487,11 +487,9 @@ void Console::load_standard_commands(unsigned int context) {
Test::run_test(shell, arguments.front());
}
});
#if defined(EMSESP_STANDALONE)
EMSESPShell::commands->add_command(context, CommandFlags::USER, flash_string_vector{F("t")}, [](Shell & shell, const std::vector<std::string> & arguments) {
Test::run_test(shell, "default");
});
#endif
#endif
EMSESPShell::commands->add_command(