Increase max frequency to match ESP32-C3 processor

This commit is contained in:
2025-10-14 23:31:13 +02:00
parent 60c6a19f13
commit ebee1553ae
+1 -1
View File
@@ -39,7 +39,7 @@ extern "C" void app_main(void)
ESP_LOGI(TAG, "Hello from user land bootloader worked yay!");
static const esp_pm_config_t pm_cfg = {
.max_freq_mhz = 80,
.max_freq_mhz = 160,
.min_freq_mhz = 10,
.light_sleep_enable = true
};