Fix build pipeline

This commit is contained in:
Niklas Jensen
2026-01-30 22:09:57 +01:00
committed by nikguin04
parent f04e97443d
commit 21ed3d51d2
+1 -1
View File
@@ -8,7 +8,7 @@
#include <pb_encode.h>
#include <pb_decode.h>
#include <platform_shared/api.pb.h>
#include <semphr.h>
#include <freertos/semphr.h>
using HttpGetHandler = std::function<esp_err_t(httpd_req_t*)>;
using HttpPostHandler = std::function<esp_err_t(httpd_req_t*, api_Request*)>;