BmcWeb:app.run
1.导入持久化数据
persistent_data::getConfig();inline ConfigFile& getConfig()
{static ConfigFile f;return f;
}class ConfigFile
{uint64_t jsonRevision = 1;public:// todo(ed) should read this from a fixed location somewhere, not CWDstatic constexpr const…
2026/8/18 18:45:56