small changes to NVM JSON api, regenerate events
This commit is contained in:
@ -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:
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user