From 5c54352ce0da185e5afa773188327ad31fc9ca77 Mon Sep 17 00:00:00 2001 From: Asklv Date: Sun, 15 Feb 2026 16:00:00 +0800 Subject: [PATCH] fix: add missing stdbool.h include in heartbeat.h --- main/heartbeat/heartbeat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/heartbeat/heartbeat.h b/main/heartbeat/heartbeat.h index e0af53b..8582c18 100644 --- a/main/heartbeat/heartbeat.h +++ b/main/heartbeat/heartbeat.h @@ -1,6 +1,7 @@ #pragma once #include "esp_err.h" +#include /** * Initialize the heartbeat service (logs ready state).