diff -r a0f97359f266 -r 516acbbce05a src/main.cpp --- a/src/main.cpp Thu Oct 07 21:05:59 2021 +0200 +++ b/src/main.cpp Thu Oct 07 22:24:45 2021 +0200 @@ -179,7 +179,8 @@ if (rst.read() == 0) // in case we reset the FP while the unit is running - reset(); + hp = new HPSerial(HP_TX, HP_RX); + //reset(); } void end_splashscreen(void)