Updated to new esp-idf

This commit is contained in:
2023-02-27 17:27:04 +01:00
parent 8a44b1ecf7
commit 32bdd0911d
6 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ char *toString(const espchrono::seconds32 &val)
}
template<>
char *toString(const tl::expected<espchrono::seconds32, std::string> &val)
char *toString(const std::expected<espchrono::seconds32, std::string> &val)
{
return val ? ::QTest::toString(*val) : ::QTest::toString("(invalid)");
}