diff src/start.asm @ 249:94bf757690cf

ignore sensor for non-sensor hardware
author heinrichsweikamp
date Tue, 17 Mar 2015 12:16:15 +0100
parents afe73e1a0181
children ad62dff7739a
line wrap: on
line diff
--- a/src/start.asm	Mon Mar 16 15:58:51 2015 +0100
+++ b/src/start.asm	Tue Mar 17 12:16:15 2015 +0100
@@ -284,8 +284,13 @@
     btfss   rechargeable            ; Rechargeable
     bra     restart4                ; No, can't be a cR
     bsf     analog_o2_input         ; Set flag for analog
+restart4:
+    ; The hardware_flag is now:
+    ; 3: 0x0A
+    ; cR: 0x05
+    ; 2 with BLE: 0x11
+    ; 3 with BLE: 0x1A 
 
-restart4:
 	; Select high altitude (Fly) mode?
 	movff	last_surfpressure_30min+0,sub_b+0
 	movff	last_surfpressure_30min+1,sub_b+1