code splitting

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-06-06 22:18:18 +02:00
parent 649d1457f5
commit bddedbc4ee
5 changed files with 198 additions and 2 deletions

8
main/beacon.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include "esp_err.h"
esp_err_t beacon_init(void);
esp_err_t beacon_start(void);
esp_err_t beacon_stop(void);
esp_err_t wled_init(void);