nvm enable command

This commit is contained in:
2022-05-05 19:18:39 +02:00
parent 9bd5595999
commit 5911ca79b5
3 changed files with 75 additions and 19 deletions

View File

@ -280,6 +280,7 @@ class PlocSupervisorHandler : public DeviceHandlerBase {
void prepareSetGpioCmd(const uint8_t* commandData);
void prepareReadGpioCmd(const uint8_t* commandData);
ReturnValue_t prepareLoggingRequest(const uint8_t* commandData, size_t commandDataLen);
ReturnValue_t prepareEnableNvmsCommand(const uint8_t* commandData);
/**
* @brief Copies the content of a space packet to the command buffer.