create light service, with splitted beacon and outdoor functions Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
10 lines
129 B
C
10 lines
129 B
C
#pragma once
|
|
|
|
#include "esp_err.h"
|
|
|
|
esp_err_t outdoor_init(void);
|
|
|
|
esp_err_t outdoor_start(void);
|
|
|
|
esp_err_t outdoor_stop(void);
|