From 7dba79be8592ae9bd86db4c555555d6f208cf641 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Thu, 29 May 2025 08:21:31 -0500 Subject: [PATCH 1/3] fix sparkle motion mini warning --- .../Arduino_Sparkle_Motion_Mini_Multi_NeoPixels.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels.ino b/Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels.ino index 0c337ed4b..f19c17466 100644 --- a/Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels.ino +++ b/Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels.ino @@ -23,7 +23,7 @@ uint16_t pixelHue_2 = 256; void loop() { pixelHue_1 += 256; - for(int i=0; i Date: Thu, 29 May 2025 08:38:20 -0500 Subject: [PATCH 2/3] fix sparkle motion warning --- .../Arduino_Sparkle_Motion_Multi_NeoPixels.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/Arduino_Sparkle_Motion_Multi_NeoPixels.ino b/Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/Arduino_Sparkle_Motion_Multi_NeoPixels.ino index af8651820..74c5334b7 100644 --- a/Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/Arduino_Sparkle_Motion_Multi_NeoPixels.ino +++ b/Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/Arduino_Sparkle_Motion_Multi_NeoPixels.ino @@ -23,7 +23,7 @@ uint16_t pixelHue_2 = 256; void loop() { pixelHue_1 += 256; - for(int i=0; i Date: Thu, 29 May 2025 08:52:09 -0500 Subject: [PATCH 3/3] only test sparkle motion multi neopixels on esp32 --- .../.feather_esp32_v2.test.only | 0 .../.feather_esp32_v2.test.only | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/.feather_esp32_v2.test.only create mode 100644 Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/.feather_esp32_v2.test.only diff --git a/Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/.feather_esp32_v2.test.only b/Sparkle_Motion_Examples/Arduino_Sparkle_Motion_Multi_NeoPixels/.feather_esp32_v2.test.only new file mode 100644 index 000000000..e69de29bb diff --git a/Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/.feather_esp32_v2.test.only b/Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/.feather_esp32_v2.test.only new file mode 100644 index 000000000..e69de29bb