Skip to content

Instantly share code, notes, and snippets.

esphome:
name: burza
friendly_name: Burza
esp32:
board: esp32-c3-devkitm-1
framework:
type: arduino
# Enable logging
#include <FastLED.h>
#include <WiFi.h>
#include <WebServer.h>
// Ustawienia WS2812
#define NUM_LEDS 12
#define DATA_PIN 6
CRGB leds[NUM_LEDS];
// Ustawienia Wi-Fi