small changes to NVM JSON api, regenerate events

This commit is contained in:
2022-02-25 17:29:06 +01:00
parent 006e9e2229
commit 3f3bbfcde4
13 changed files with 461 additions and 327 deletions

View File

@ -10,6 +10,7 @@ public:
virtual~SdCardMountedIF() {};
virtual std::string getCurrentMountPrefix(sd::SdCard prefSdCardPtr = sd::SdCard::NONE) = 0;
virtual bool isSdCardMounted(sd::SdCard sdCard) = 0;
virtual ReturnValue_t getPreferredSdCard(sd::SdCard& sdCard) const = 0;
private:
};