From b0a765d0ccddcb0ed241b5dacd99759f7a253425 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Fri, 24 Oct 2025 23:36:22 +0200 Subject: [PATCH] Remove old log --- firmware/esp32/main/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/esp32/main/main.cpp b/firmware/esp32/main/main.cpp index 64e1188..8d9b4e9 100644 --- a/firmware/esp32/main/main.cpp +++ b/firmware/esp32/main/main.cpp @@ -39,8 +39,6 @@ static void watchdogTask(void *pvParameters) { extern "C" void app_main(void) { - ESP_LOGI(TAG, "Bootloader loaded the boot :)"); - static const esp_pm_config_t pm_cfg = { .max_freq_mhz = 160, .min_freq_mhz = 10,