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 <Arduino.h> | |
#include <ESP8266WiFi.h> | |
#include <FastLED.h> | |
#include <arduino_homekit_server.h> | |
#define FASTLED_ESP32_SPI_BUS HSPI | |
#define DATA_PIN 13 | |
#define LED_RGB_SCALE 255 // this is the scaling factor used for color conversion | |
#define NUM_LEDS 5 |
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
16:12:51.938 -> SketchSize: 494272 B | |
16:12:51.938 -> FreeSketchSpace: 466944 B | |
16:12:51.938 -> FlashChipSize: 4194304 B | |
16:12:51.938 -> FlashChipRealSize: 4194304 B | |
16:12:51.938 -> FlashChipSpeed: 40000000 | |
16:12:51.938 -> SdkVersion: 2.2.2-dev(38a443e) | |
16:12:51.938 -> FullVersion: SDK:2.2.2-dev(38a443e)/Core:3.1.2=30102000/lwIP:STABLE-2_1_3_RELEASE/glue:1.2-65-g06164fb/BearSSL:b024386 | |
16:12:51.938 -> CpuFreq: 80MHz | |
16:12:51.938 -> FreeHeap: 44608 B | |
16:12:51.938 -> ResetInfo: External System |
OlderNewer