This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | esphome: | |
| name: burza | |
| friendly_name: Burza | |
| esp32: | |
| board: esp32-c3-devkitm-1 | |
| framework: | |
| type: arduino | |
| # Enable logging | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #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 |