comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 297:ceedf078b2d8

Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
author Heinrichsweikamp
date Fri, 29 Apr 2011 20:17:32 +0200
parents 8874b6cd8f36
children 447390289f47 2144f19fa1eb
comparison
equal deleted inserted replaced
296:2986e7cdb68c 297:ceedf078b2d8
195 goto send_int_eeprom_b1 ; Yes! 195 goto send_int_eeprom_b1 ; Yes!
196 btfsc uart_store_tissue_data ; Store tissue data? 196 btfsc uart_store_tissue_data ; Store tissue data?
197 goto uart_store_tissues ; Yes! 197 goto uart_store_tissues ; Yes!
198 btfsc uart_115200_bootloader ; Look for 115200Baud bootloader? 198 btfsc uart_115200_bootloader ; Look for 115200Baud bootloader?
199 goto uart_115k_bootloader ; Yes! 199 goto uart_115k_bootloader ; Yes!
200 btfsc uart_reset_battery_stats ; Reset Battery stats?
201 goto reset_battery_stats ; Yes!
200 202
201 bra surfloop_loop ; loop surfacemode 203 bra surfloop_loop ; loop surfacemode
202 204
203 205
204 update_surfloop60: 206 update_surfloop60: