| 82 | } |
| 83 | |
| 84 | bool Preferences::hasString(const std::string& key) const { |
| 85 | std::string temp; |
| 86 | return optString(key, temp); |
| 87 | } |
| 88 | |
| 89 | void Preferences::putBool(const std::string& key, bool value) { |
| 90 | nvs_handle_t handle; |
nothing calls this directly
no outgoing calls
no test coverage detected