#ifndef H_BLINKY_LED #define H_BLINKY_LED #include #include "esp_wifi.h" #include "esp_system.h" #include "esp_log.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/gpio.h" #include "Mesh_OTA.h" #define GPIO_BOOT_BTN 0 #define GPIO_LED 2 #define GPIO_INPUT_PIN_SEL (1ULL<