Enable overvoltage
this improves reliability in my testing.
This commit is contained in:
parent
64a0efdff3
commit
b217211737
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue