Skip to content

Commit

Permalink
switch to esp_dmx v3.1 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboe committed Sep 24, 2023
1 parent a5820bc commit e727121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/arneboe/esp_dmx.git#rdm_device_label ;; 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)
Expand Down

0 comments on commit e727121

Please sign in to comment.