From cec0d5b6bf42a96a0b42999945fc300e280478e9 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sun, 2 Feb 2020 13:24:53 +0100 Subject: [PATCH] Test 160Mhz D1 mini --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 01bc54a2..5bfe39fa 100644 --- a/platformio.ini +++ b/platformio.ini @@ -148,6 +148,7 @@ upload_port = COM4 ; Change to the correct port monitor_port = COM4 ; Change to the correct port board_build.f_flash = 40000000L board_build.flash_mode = dout +board_build.f_cpu = 160000000L ; set frequency to 160MHz build_flags = ${env.build_flags} -Wl,-Teagle.flash.4m3m.ld