Merge branch 'dev'

This commit is contained in:
proddy
2025-12-31 21:26:15 +01:00
parent eaa277fef0
commit 28135c225b
385 changed files with 40221 additions and 38187 deletions

View File

@@ -50,7 +50,7 @@ inline Transition mkx(const char c, Parser_state p, State_transition_hook pth) {
}
inline void Parse_error(const std::string & s) {
// emsesp::EMSESP::logger().err("parse error: %s", s.c_str());
// EMSESP::logger().err("parse error: %s", s.c_str());
}
/// Advance parser state machine by a single step.