# HG changeset patch # User David Douard # Date 1633638285 -7200 # Node ID 516acbbce05ab344a8b861ab33af213611f4f6f0 # Parent a0f97359f2661c787b5e6538cbfd0832a9de0fb0 Possibly fix the 'reset FP while running' case 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)