diff code_part1/OSTC_code_asm_part1/surfmode.asm @ 283:4ec488f046f4

Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
author heinrichsweikamp
date Tue, 19 Apr 2011 19:31:16 +0200
parents f8f869bafd92
children 8874b6cd8f36
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm	Tue Apr 19 13:03:01 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/surfmode.asm	Tue Apr 19 19:31:16 2011 +0200
@@ -193,8 +193,10 @@
 	goto	reset_decodata				; Yes!
 	btfsc	uart_send_int_eeprom2		; Send internal EEPROM BANK 1
 	goto	send_int_eeprom_b1			; Yes!
-	btfsc	uart_store_tissue_data		; Store tissue data?`
+	btfsc	uart_store_tissue_data		; Store tissue data?
 	goto	uart_store_tissues			; Yes!
+	btfsc	uart_115200_bootloader		; Look for 115200Baud bootloader?
+	goto	uart_115k_bootloader		; Yes!
 
 	bra		surfloop_loop				; loop surfacemode