From 0bdfa3070724e777cf5fb05ce6ab23bafcf085e5 Mon Sep 17 00:00:00 2001 From: Andreas-Pedersen <33702554+Andreas-Pedersen@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:03:25 +0200 Subject: [PATCH] Update default flash frequency for heltec_wireless_stick_lite (#1480) --- boards/heltec_wireless_stick_lite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/heltec_wireless_stick_lite.json b/boards/heltec_wireless_stick_lite.json index 6ffac9acf..7382ddec0 100644 --- a/boards/heltec_wireless_stick_lite.json +++ b/boards/heltec_wireless_stick_lite.json @@ -6,7 +6,7 @@ "core": "esp32", "extra_flags": "-DARDUINO_HELTEC_WIRELESS_STICK_LITE", "f_cpu": "240000000L", - "f_flash": "40000000L", + "f_flash": "80000000L", "flash_mode": "dio", "mcu": "esp32", "variant": "heltec_wireless_stick_lite"