Merge branch 'main' into feat/printer-agent-impl

This commit is contained in:
Ian Chua
2026-08-25 13:47:11 +08:00
committed by GitHub
76 changed files with 5075 additions and 859 deletions
+1
View File
@@ -27,6 +27,7 @@ void DevStatus::ParseStatus(const nlohmann::json& print_jj)
#else
BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << ": get exception=" << e.what();
#endif
(void)e; // suppress C4101 when BBL_RELEASE_TO_PUBLIC
}
}