Possibly fix the 'reset FP while running' case draft

Thu, 07 Oct 2021 22:24:45 +0200

author
David Douard <david.douard@sdfa3.org>
date
Thu, 07 Oct 2021 22:24:45 +0200
changeset 69
516acbbce05a
parent 68
a0f97359f266
child 70
7b4735e9c2c1

Possibly fix the 'reset FP while running' case

src/main.cpp file | annotate | diff | comparison | revisions
--- 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)

mercurial