From 61f5c949dd053076e823b2cfa3d82c5b992a750d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D1=83=D0=B7=D0=BD?= =?UTF-8?q?=D0=B5=D1=86=D0=BE=D0=B2?= Date: Sun, 9 Mar 2025 19:24:21 +0300 Subject: [PATCH] ! --- pict.txt | 17 +++++++++++++++++ sunny05.ino | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 pict.txt diff --git a/pict.txt b/pict.txt new file mode 100644 index 0000000..e30b9be --- /dev/null +++ b/pict.txt @@ -0,0 +1,17 @@ + // s += F("

"); + // s += F("

"); GP.SEND(s); + + + s += F("

"); + + s += F("

body{background-color: #f9e79f;}

"); + +s += F("

"); + + + s += F(""); + s += F("

"); + + s += F("

"); diff --git a/sunny05.ino b/sunny05.ino index f2ee91f..189417a 100644 --- a/sunny05.ino +++ b/sunny05.ino @@ -1,4 +1,4 @@ -// #define DEBUG +#define DEBUG #include "FastLED.h" #include "GyverButton.h"