fix: add missing stdbool.h include in heartbeat.h

This commit is contained in:
Asklv
2026-02-15 16:00:00 +08:00
committed by Bo
parent ebff0ccb04
commit 5c54352ce0

View File

@@ -1,6 +1,7 @@
#pragma once
#include "esp_err.h"
#include <stdbool.h>
/**
* Initialize the heartbeat service (logs ready state).