From 6f761f54a564fe57faf04d693f92a8a5662f5131 Mon Sep 17 00:00:00 2001 From: Arne Date: Sat, 19 Aug 2023 12:05:14 +0200 Subject: [PATCH] track v3.1 of esp_dmx --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index d7cf1e8c..fe1b1e33 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1038,7 +1038,7 @@ build_flags = ${common.build_flags} ${esp32.build_flagsV4} ${common_mm.build_fla ;-Wsuggest-attribute=const -Wsuggest-attribute=pure ;; ask compiler for hints on attributes -D WLED_ENABLE_DMX_INPUT lib_deps = ${esp32.lib_depsV4} ${common_mm.lib_deps_S} - https://github.com/someweisguy/esp_dmx.git#2f41703f95082e659f1464361b1d70c7f6341c8f ;; for DMX_INPUT + https://github.com/someweisguy/esp_dmx.git#release/v3.1 ;; for DMX_INPUT board_build.partitions = ${esp32.default_partitions} board_build.f_flash = 80000000L ; use full 80MHz speed for flash (default = 40Mhz) board_build.flash_mode = dio ; (dio = dual i/o; more compatible than qio = quad i/o)