修复问题
This commit is contained in:
@@ -62,7 +62,9 @@ public:
|
||||
~MLAT_Config() = default;
|
||||
MLAT_Config();
|
||||
[[nodiscard]] Psc::JSON to_base_json() const {
|
||||
return settings.snapshot().to_base_json();
|
||||
return settings.read([](const auto& value) {
|
||||
return value.to_base_json();
|
||||
});
|
||||
}
|
||||
void* lib{};
|
||||
using Func_Type = void (*)(MLAT_Data* buf, std::uint16_t* len);
|
||||
|
||||
Reference in New Issue
Block a user