--- 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)