diff --git a/main.c b/main.c index 8682980..88d65d4 100644 --- a/main.c +++ b/main.c @@ -21,10 +21,10 @@ bool write_payload(); -// overclock to 200 MHz, pretty stable & enough for the glitch +// overclock to 300 MHz void init_system() { vreg_set_voltage(VREG_VOLTAGE_1_30); - set_sys_clock_khz(200000, true); + set_sys_clock_khz(300000, true); } // filled within "fast check" on eMMC init