mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-26 01:23:45 +02:00
Redo commands structure, simplify it and clean it up
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "config_commands.hpp"
|
||||
|
||||
CommandResult saveConfigCommand::execute(std::string_view jsonPayload)
|
||||
{
|
||||
projectConfig->save();
|
||||
return CommandResult::getSuccessResult("Config saved");
|
||||
}
|
||||
Reference in New Issue
Block a user