feat: add state change events and callbacks (#798)

This commit is contained in:
laride
2025-07-18 01:35:31 +08:00
committed by GitHub
parent c68c959e9b
commit 5c8707075f
7 changed files with 109 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
#include "gpio_led.h"
#include "application.h"
#include "device_state.h"
#include <esp_log.h>
#define TAG "GpioLed"