Skip to content

Commit

Permalink
Add scary warnings about the esp32CustomAdvanced env
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Oct 6, 2024
1 parent f6aa516 commit 5a80abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ lib_deps =
build_type = debug

[env:esp32CustomAdvanced]
; For non-chainlink custom ESP32-based advanced builds that use shift registers but omit the Chainlink design elements like loopbacks and LEDs.
; This is not the environment you want unless you have custom non-Chainlink hardware and really know the intricacies of the shift register arrangement.
extends=esp32base
build_flags =
${esp32base.build_flags}
Expand Down

0 comments on commit 5a80abd

Please sign in to comment.