1#include "nvmconfig/persistent.h"
3#include <ArduinoJson.h>
6#include "utils/logging.h"
7#include "utils/streaming_json.h"
12void nvmconfig::PersistentSettingsWriter::read_from_eeprom() {
13 auto &gatekeeper = net::auth::Gatekeeper::get();
14 gatekeeper.enable_auth =
false;
15 gatekeeper.enable_users =
false;
18size_t nvmconfig::PersistentSettingsWriter::write_to_eeprom() {
19 throw std::runtime_error(
"not impl");