changeset 9:150d07db6048

Timeout in decoplanner result page
author heinrichsweikamp
date Wed, 15 May 2013 11:57:44 +0200
parents ace40baf13b6
children 55dfc8f6093f
files src/changelog.txt src/simulator.asm
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/changelog.txt	Tue May 14 10:49:46 2013 +0200
+++ b/src/changelog.txt	Wed May 15 11:57:44 2013 +0200
@@ -1,2 +1,9 @@
 New in 0.91:
-BUGFIX: Battery percents in cold water
\ No newline at end of file
+BUGFIX: Battery percents in cold water
+
+New in 0.93:
+BUGFIX: Custom text <60 chars
+BUGFIX: Logbook PC protocol
+Italian language updates
+BUGFIX: Timeout in decoplanner result page
+
--- a/src/simulator.asm	Tue May 14 10:49:46 2013 +0200
+++ b/src/simulator.asm	Wed May 15 11:57:44 2013 +0200
@@ -54,7 +54,6 @@
 ;        call    deco_reset              ; TODO: remove reset all Decodata
         call    deco_planer
         call    deco_show_plan
-        call    speed_eco
         bcf     switch_right
         bcf     switch_left
         goto    do_planner_menu
@@ -631,7 +630,7 @@
         bra     deco_show_plan_4
         call    log_screendump_and_onesecond    ; Check if we need to make a screenshot and check for new second
     	btfsc	sleepmode                       ; Timeout?
-        bra		deco_show_plan_4                ; Exit
+        goto    restart
         bra     deco_show_plan_2
 
 deco_show_plan_3: