mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-17 09:45:43 +00:00
Add an ESP32_CPU_FREQ build flag to lower freq
This commit is contained in:
@@ -566,6 +566,11 @@ void setup() {
|
||||
Serial.begin(115200);
|
||||
|
||||
board.begin();
|
||||
|
||||
#ifdef ESP32_CPU_FREQ
|
||||
setCpuFrequencyMhz(ESP32_CPU_FREQ);
|
||||
#endif
|
||||
|
||||
#ifdef SX126X_DIO3_TCXO_VOLTAGE
|
||||
float tcxo = SX126X_DIO3_TCXO_VOLTAGE;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user