1#include "nvmconfig/persistent.h"
3#include <ArduinoJson.h>
5#include "utils/error.h"
6#include "utils/logging.h"
7#include "utils/streaming_json.h"
14void nvmconfig::PersistentSettingsWriter::read_from_eeprom() {
15 auto &gatekeeper = net::auth::Gatekeeper::get();
16 gatekeeper.enable_auth =
false;
17 gatekeeper.enable_users =
false;
20size_t nvmconfig::PersistentSettingsWriter::write_to_eeprom() {
21 throw std::runtime_error(
"not impl");
FLASHMEM void debug_print_json(JsonObjectConst thing)