mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
5a09685dc1
commit
60012fe6c1
@ -38,7 +38,12 @@ static bool g_power_state = DEFAULT_POWER;
|
||||
#define WIFI_RESET_BUTTON_TIMEOUT 3
|
||||
#define FACTORY_RESET_BUTTON_TIMEOUT 10
|
||||
|
||||
static void light_sensor_init(void) {}
|
||||
// Define the name of app for logs.
|
||||
static const char *TAG = "ESP32-Nodes Rainmaker Switch";
|
||||
|
||||
static void light_sensor_init(void) {
|
||||
ESP_LOGI(TAG, "Initializing sensor ...");
|
||||
}
|
||||
|
||||
static void app_bme280_init() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user