Loading...
#define BOOT_BUTTON_PIN 0 // BOOT按钮对应GPIO0 #define BOOT_LED 97 // BOOT WS2812 LED 使用GPIO时为97,固定白色,不可调节颜色 #define LED_PIN 48 // BOOT WS2812 LED 设置为可调节led灯时,可调节颜色 用Adafruit_NeoPixel触发
/** * wm_strings_en.h * engligh strings for * WiFiManager, a library for the ESP8266/Arduino platform * for configuration of WiFi credentials using a Captive Portal * * @author Creator tzapu ...
#include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_wifi.h" #include "esp_event.h" #in...