Updated to newest idf

This commit is contained in:
2023-08-13 20:13:05 +02:00
parent 1a7e83de83
commit a9794b13bd
60 changed files with 6169 additions and 1950 deletions

View File

@@ -115,7 +115,7 @@ void sched_pushStats(bool printTasks)
ESP_LOGI(TAG, "end listing tasks");
}
tl::expected<bool, std::string> checkInitializedByName(const std::string& name)
std::expected<bool, std::string> checkInitializedByName(const std::string& name)
{
for (auto &schedulerTask : schedulerTasks)
{