Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_reset.asm @ 140:87a53efbb5ba
"beta" shown for beta versions
noFly and Desat time only shown when > 0
author | heinrichsweikamp |
---|---|
date | Thu, 06 Jan 2011 18:12:15 +0100 |
parents | dd4b899c56c1 |
children | 54cc1346ac15 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm Thu Jan 06 09:32:55 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm Thu Jan 06 18:12:15 2011 +0100 @@ -341,8 +341,9 @@ write_int_eeprom d'39' ; Disable Debugbode clrf EEDATA write_int_eeprom d'90' ; Disable Brightness offset? (Dim=1, Normal = 0) - clrf EEDATA - write_int_eeprom d'91' ; Reset Date format to MM/DD/YY + + movlw d'1' + write_int_eeprom d'91' ; Reset Date format to DD.MM.YY movlw d'100' write_int_eeprom d'26' ; Salinity default: 1.00 kg/l