From 1d27aa2f18fb11c1eb811b703a920408524d8248 Mon Sep 17 00:00:00 2001 From: Will Miles Date: Sun, 14 Jul 2024 11:38:29 -0400 Subject: [PATCH] Move .ino to .cpp This fixes platformio continually recompiling this file. --- wled00/{wled00.ino => wled00.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename wled00/{wled00.ino => wled00.cpp} (100%) diff --git a/wled00/wled00.ino b/wled00/wled00.cpp similarity index 100% rename from wled00/wled00.ino rename to wled00/wled00.cpp