Skip to content

Commit

Permalink
disable ESP-NOW remotes in ethernet build (will crash without wifi)
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 authored Aug 1, 2023
1 parent 5fe09e9 commit 5df197e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ platform_packages = ${esp32.platform_packages}
upload_speed = 921600
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
lib_deps = ${esp32.lib_deps}
board_build.partitions = ${esp32.default_partitions}

Expand Down

0 comments on commit 5df197e

Please sign in to comment.