Enable overvoltage

this improves reliability in my testing.
This commit is contained in:
Jeff Epler 2023-06-10 16:00:52 -05:00
parent 64a0efdff3
commit b217211737

View file

@ -98,7 +98,8 @@ bool kbhit_serial1(void) {
bool port_init_early() {
#if USE_DISPLAY
// vreg_set_voltage(VREG_VOLTAGE_1_30);
vreg_set_voltage(VREG_VOLTAGE_1_20);
delay(10);
if (!display.begin()) { return false; }
_putch_hook = putch_display;
#endif