mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
added memory profiling #632
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user