mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Add an ESP32_CPU_FREQ build flag to lower freq
This commit is contained in:
parent
676ba6d066
commit
a706d90598
5 changed files with 19 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ build_flags =
|
|||
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
|
||||
-D SX126X_CURRENT_LIMIT=130.0f ; for best TX power!
|
||||
-D SX126X_RX_BOOSTED_GAIN=true
|
||||
-D ESP32_CPU_FREQ=240
|
||||
build_src_filter = ${esp32_base.build_src_filter}
|
||||
lib_deps =
|
||||
${esp32_base.lib_deps}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue