Mercurial > public > hwos_code
diff src/comm.asm @ 162:95d05cc14736
NEW: Safe tissue data, date and time during firmware update
CHANGE: Postion of min. and (NEW:) max. temperature in logbook
author | heinrichsweikamp |
---|---|
date | Tue, 09 Sep 2014 21:17:25 +0200 |
parents | 2eb037f48c3f |
children | dcd513840c6c |
line wrap: on
line diff
--- a/src/comm.asm Tue Sep 09 16:50:29 2014 +0200 +++ b/src/comm.asm Tue Sep 09 21:17:25 2014 +0200 @@ -26,6 +26,7 @@ extern char_I_dil_change, char_I_setpoint_cbar, char_I_setpoint_change extern char_I_deco_model, char_I_extra_time, char_I_saturation_multiplier, char_I_desaturation_multiplier extern option_check_all, gaslist_cleanup_list, get_first_gas_to_WREG, get_first_dil_to_WREG + extern vault_decodata_into_eeprom #DEFINE timeout_comm_pre_mode .120 ; Pre-loop #DEFINE timeout_comm_mode .120 ; Download mode @@ -245,6 +246,7 @@ ; Passed: goto second stage verification. ; NOTE: Bootloader is Bank0. With buffer at address 0x200. + call vault_decodata_into_eeprom ; Store last deco data (And Time/Date) into EEPROM goto 0x1FDF0 ; And pray... comm_send_firmware_failed: