Skip to content

Commit 91d7e0c

Browse files
committed
RmtHI: Remove incorrect default selection block
1 parent 19a49e8 commit 91d7e0c

File tree

1 file changed

+0
-93
lines changed

1 file changed

+0
-93
lines changed

lib/NeoESP32RmtHI/include/NeoEsp32RmtHIMethod.h

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -466,97 +466,4 @@ typedef NeoEsp32Rmt7Ws2805InvertedMethod NeoEsp32RmtHI7Ws2814InvertedMethod;
466466
#endif // !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32S3)
467467
#endif // !defined(CONFIG_IDF_TARGET_ESP32C3)
468468

469-
470-
#if defined(NEOPIXEL_ESP32_RMT_DEFAULT) || defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
471-
472-
// Normally I2s method is the default, defining NEOPIXEL_ESP32_RMT_DEFAULT
473-
// will switch to use RMT as the default method
474-
// The ESP32S2, ESP32S3, and ESP32C3 will always defualt to RMT
475-
476-
#if defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
477-
478-
// RMT channel 1 method is the default method for ESP32S2, ESP32S3, and ESP32C3
479-
typedef NeoEsp32Rmt1Ws2812xMethod NeoWs2813Method;
480-
typedef NeoEsp32Rmt1Ws2812xMethod NeoWs2812xMethod;
481-
typedef NeoEsp32Rmt1800KbpsMethod NeoWs2812Method;
482-
typedef NeoEsp32Rmt1Ws2812xMethod NeoWs2811Method;
483-
typedef NeoEsp32Rmt1Ws2812xMethod NeoWs2816Method;
484-
typedef NeoEsp32Rmt1Ws2805Method NeoWs2805Method;
485-
typedef NeoEsp32Rmt1Ws2814Method NeoWs2814Method;
486-
typedef NeoEsp32Rmt1Sk6812Method NeoSk6812Method;
487-
typedef NeoEsp32Rmt1Tm1814Method NeoTm1814Method;
488-
typedef NeoEsp32Rmt1Tm1829Method NeoTm1829Method;
489-
typedef NeoEsp32Rmt1Tm1914Method NeoTm1914Method;
490-
typedef NeoEsp32Rmt1Sk6812Method NeoLc8812Method;
491-
typedef NeoEsp32Rmt1Apa106Method NeoApa106Method;
492-
typedef NeoEsp32Rmt1Tx1812Method NeoTx1812Method;
493-
typedef NeoEsp32Rmt1Gs1903Method NeoGs1903Method;
494-
495-
typedef NeoEsp32Rmt1Ws2812xMethod Neo800KbpsMethod;
496-
typedef NeoEsp32Rmt1400KbpsMethod Neo400KbpsMethod;
497-
498-
typedef NeoEsp32Rmt1Ws2812xInvertedMethod NeoWs2813InvertedMethod;
499-
typedef NeoEsp32Rmt1Ws2812xInvertedMethod NeoWs2812xInvertedMethod;
500-
typedef NeoEsp32Rmt1Ws2812xInvertedMethod NeoWs2811InvertedMethod;
501-
typedef NeoEsp32Rmt1800KbpsInvertedMethod NeoWs2812InvertedMethod;
502-
typedef NeoEsp32Rmt1Ws2812xInvertedMethod NeoWs2816InvertedMethod;
503-
typedef NeoEsp32Rmt1Ws2805InvertedMethod NeoWs2805InvertedMethod;
504-
typedef NeoEsp32Rmt1Ws2814InvertedMethod NeoWs2814InvertedMethod;
505-
typedef NeoEsp32Rmt1Sk6812InvertedMethod NeoSk6812InvertedMethod;
506-
typedef NeoEsp32Rmt1Tm1814InvertedMethod NeoTm1814InvertedMethod;
507-
typedef NeoEsp32Rmt1Tm1829InvertedMethod NeoTm1829InvertedMethod;
508-
typedef NeoEsp32Rmt1Tm1914InvertedMethod NeoTm1914InvertedMethod;
509-
typedef NeoEsp32Rmt1Sk6812InvertedMethod NeoLc8812InvertedMethod;
510-
typedef NeoEsp32Rmt1Apa106InvertedMethod NeoApa106InvertedMethod;
511-
typedef NeoEsp32Rmt1Tx1812InvertedMethod NeoTx1812InvertedMethod;
512-
typedef NeoEsp32Rmt1Gs1903InvertedMethod NeoGs1903InvertedMethod;
513-
514-
typedef NeoEsp32Rmt1Ws2812xInvertedMethod Neo800KbpsInvertedMethod;
515-
typedef NeoEsp32Rmt1400KbpsInvertedMethod Neo400KbpsInvertedMethod;
516-
517-
#else // defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
518-
519-
// RMT channel 6 method is the default method for Esp32
520-
typedef NeoEsp32Rmt6Ws2812xMethod NeoWs2813Method;
521-
typedef NeoEsp32Rmt6Ws2812xMethod NeoWs2812xMethod;
522-
typedef NeoEsp32Rmt6800KbpsMethod NeoWs2812Method;
523-
typedef NeoEsp32Rmt6Ws2812xMethod NeoWs2811Method;
524-
typedef NeoEsp32Rmt6Ws2812xMethod NeoWs2816Method;
525-
typedef NeoEsp32Rmt6Ws2805Method NeoWs2805Method;
526-
typedef NeoEsp32Rmt6Ws2814Method NeoWs2814Method;
527-
typedef NeoEsp32Rmt6Sk6812Method NeoSk6812Method;
528-
typedef NeoEsp32Rmt6Tm1814Method NeoTm1814Method;
529-
typedef NeoEsp32Rmt6Tm1829Method NeoTm1829Method;
530-
typedef NeoEsp32Rmt6Tm1914Method NeoTm1914Method;
531-
typedef NeoEsp32Rmt6Sk6812Method NeoLc8812Method;
532-
typedef NeoEsp32Rmt6Apa106Method NeoApa106Method;
533-
typedef NeoEsp32Rmt6Tx1812Method NeoTx1812Method;
534-
typedef NeoEsp32Rmt6Gs1903Method NeoGs1903Method;
535-
536-
typedef NeoEsp32Rmt6Ws2812xMethod Neo800KbpsMethod;
537-
typedef NeoEsp32Rmt6400KbpsMethod Neo400KbpsMethod;
538-
539-
typedef NeoEsp32Rmt6Ws2812xInvertedMethod NeoWs2813InvertedMethod;
540-
typedef NeoEsp32Rmt6Ws2812xInvertedMethod NeoWs2812xInvertedMethod;
541-
typedef NeoEsp32Rmt6Ws2812xInvertedMethod NeoWs2811InvertedMethod;
542-
typedef NeoEsp32Rmt6800KbpsInvertedMethod NeoWs2812InvertedMethod;
543-
typedef NeoEsp32Rmt6Ws2812xInvertedMethod NeoWs2816InvertedMethod;
544-
typedef NeoEsp32Rmt6Ws2805InvertedMethod NeoWs2805InvertedMethod;
545-
typedef NeoEsp32Rmt6Ws2814InvertedMethod NeoWs2814InvertedMethod;
546-
typedef NeoEsp32Rmt6Sk6812InvertedMethod NeoSk6812InvertedMethod;
547-
typedef NeoEsp32Rmt6Tm1814InvertedMethod NeoTm1814InvertedMethod;
548-
typedef NeoEsp32Rmt6Tm1829InvertedMethod NeoTm1829InvertedMethod;
549-
typedef NeoEsp32Rmt6Tm1914InvertedMethod NeoTm1914InvertedMethod;
550-
typedef NeoEsp32Rmt6Sk6812InvertedMethod NeoLc8812InvertedMethod;
551-
typedef NeoEsp32Rmt6Apa106InvertedMethod NeoApa106InvertedMethod;
552-
typedef NeoEsp32Rmt6Tx1812InvertedMethod NeoTx1812InvertedMethod;
553-
typedef NeoEsp32Rmt6Gs1903InvertedMethod NeoGs1903InvertedMethod;
554-
555-
typedef NeoEsp32Rmt6Ws2812xInvertedMethod Neo800KbpsInvertedMethod;
556-
typedef NeoEsp32Rmt6400KbpsInvertedMethod Neo400KbpsInvertedMethod;
557-
558-
#endif // defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3)
559-
560-
#endif // defined(NEOPIXEL_ESP32_RMT_DEFAULT) || defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3)
561-
562469
#endif

0 commit comments

Comments
 (0)