From dc0d6d6bb3a64d9dd130704987e3058449efbb72 Mon Sep 17 00:00:00 2001 From: skippermeister <146529906+skippermeister@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:22:36 +0100 Subject: [PATCH 1/2] Rename LED_Strip.cpp to Led_Strip.cpp --- src/{LED_Strip.cpp => Led_Strip.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{LED_Strip.cpp => Led_Strip.cpp} (100%) diff --git a/src/LED_Strip.cpp b/src/Led_Strip.cpp similarity index 100% rename from src/LED_Strip.cpp rename to src/Led_Strip.cpp From 32c8d399c4de3a0873cd7153216d1c907b573096 Mon Sep 17 00:00:00 2001 From: skippermeister <146529906+skippermeister@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:23:00 +0100 Subject: [PATCH 2/2] Rename LED_Strip.h to Led_Strip.h --- include/{LED_Strip.h => Led_Strip.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename include/{LED_Strip.h => Led_Strip.h} (100%) diff --git a/include/LED_Strip.h b/include/Led_Strip.h similarity index 100% rename from include/LED_Strip.h rename to include/Led_Strip.h