Skip to content

Commit 6606924

Browse files
committed
Remove default LED_TYPES=65 for hub75 envs as not possible without setting the pins as can not be used without also setting the "pins" used - which is really the dimensions, as PinManager validates these in first-boot senario
1 parent 8b39757 commit 6606924

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platformio_override.sample.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ build_unflags = ${common.build_unflags}
550550
build_flags = ${common.build_flags}
551551
-D WLED_RELEASE_NAME=\"ESP32_hub75\"
552552
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
553-
-D LED_TYPES=65 -D DATA_PINS=64,64,1
554553
-D WLED_DEBUG_BUS
555554
; -D WLED_DEBUG
556555
lib_deps = ${esp32_idf_V4.lib_deps}
@@ -566,7 +565,6 @@ build_flags = ${common.build_flags}
566565
-D WLED_RELEASE_NAME=\"ESP32_hub75_forum_pinout\"
567566
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
568567
-D ESP32_FORUM_PINOUT ;; enable for SmartMatrix default pins
569-
-D LED_TYPES=65 -D DATA_PINS=64,64,1
570568
-D WLED_DEBUG_BUS
571569
; -D WLED_DEBUG
572570

@@ -588,7 +586,6 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
588586
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
589587
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
590588
-D ARDUINO_ADAFRUIT_MATRIXPORTAL_ESP32S3
591-
-D LED_TYPES=65 -D DATA_PINS=64,64,1
592589
-D WLED_DEBUG_BUS
593590

594591

@@ -617,7 +614,6 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
617614
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
618615
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
619616
-D MOONHUB_S3_PINOUT ;; HUB75 pinout
620-
-D LED_TYPES=65 -D DATA_PINS=64,64,1
621617
-D WLED_DEBUG_BUS
622618

623619
lib_deps = ${esp32s3.lib_deps}

0 commit comments

Comments
 (0)