Loading...
#include <WiFiManager.h> #include <WiFi.h> #include <Adafruit_NeoPixel.h> #include <Ticker.h> #define BOOT_BUTTON_PIN 0 // BOOT按钮对应GPIO0 // 定义WS2812 LED参数 #define LED_PIN...
#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 ...