lifetime works

This commit is contained in:
2026-02-06 10:08:19 +01:00
parent 3695f1e139
commit 10c11415c1
+3 -6
View File
@@ -306,12 +306,9 @@ void setup()
pixels.begin(); pixels.begin();
pixels.clear(); pixels.clear();
addNewTextNode("NET", 0xFF050505, false, 0, 0, 1, true, true, -1); addNewTextNode("NET", 0xFF050505, false, 0, 0, 1, true, true, 100);
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9, 1, true, true, -1); addNewTextNode("AWAIT", 0xFF050505, false, 0, 9, 1, true, true, 100);
RGBWithIndex colors[2] = {RGBWithIndex(255, 0, 0, 0), RGBWithIndex(0, 0, 255, 6)};
addNewMultiColor("HELLO WORLD", colors, 2, false, 0, 0, 1, true, true, -1);
pixels.show(); pixels.show();
start_server(); start_server();
} }