forked from xiaozhi/xiaozhi-esp32
xmin-c3 share MCP tool and sleep mode can be disabled
This commit is contained in:
@@ -13,6 +13,8 @@ public:
|
||||
void SetString(const std::string& key, const std::string& value);
|
||||
int32_t GetInt(const std::string& key, int32_t default_value = 0);
|
||||
void SetInt(const std::string& key, int32_t value);
|
||||
bool GetBool(const std::string& key, bool default_value = false);
|
||||
void SetBool(const std::string& key, bool value);
|
||||
void EraseKey(const std::string& key);
|
||||
void EraseAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user