Skip to content

Commit 80c9707

Browse files
committed
fix release name for esp32
1 parent c3f3944 commit 80c9707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ board = esp32dev
449449
platform = ${esp32_idf_V4.platform}
450450
build_unflags = ${common.build_unflags}
451451
custom_usermods = audioreactive
452-
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME=\"ESP32_V4\" #-D WLED_DISABLE_BROWNOUT_DET
452+
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME=\"ESP32\" #-D WLED_DISABLE_BROWNOUT_DET
453453
-DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
454454
lib_deps = ${esp32_idf_V4.lib_deps}
455455
monitor_filters = esp32_exception_decoder

0 commit comments

Comments
 (0)