comparison src/ostc3.inc @ 11:04794990b619

Show Max. Depth with 0.1m precision
author heinrichsweikamp
date Sun, 26 May 2013 10:24:50 +0200
parents 1ab317814dd7
children 440e537e19d6
comparison
equal deleted inserted replaced
10:55dfc8f6093f 11:04794990b619
17 17
18 #include <p18f87k22.inc> 18 #include <p18f87k22.inc>
19 #include <ports.inc> ; Portmap 19 #include <ports.inc> ; Portmap
20 20
21 #DEFINE softwareversion_x d'0' ; Software version XX.YY 21 #DEFINE softwareversion_x d'0' ; Software version XX.YY
22 #DEFINE softwareversion_y d'93' ; Software version XX.YY 22 #DEFINE softwareversion_y d'94' ; Software version XX.YY
23 #DEFINE softwareversion_beta 0 ; (and 0 for release) 23 #DEFINE softwareversion_beta 0 ; (and 0 for release)
24 24
25 #DEFINE comm_service_key 0xABCDEF 25 #DEFINE comm_service_key 0xABCDEF
26 26
27 ;----------------------------------------------------------------------------- 27 ;-----------------------------------------------------------------------------
563 #DEFINE FLAG_gauge_mode flag7,2 ; =1: In Gauge mode 563 #DEFINE FLAG_gauge_mode flag7,2 ; =1: In Gauge mode
564 #DEFINE ignore_last_edited_gas flag7,3 ; Used in gaslist_cleanup_list 564 #DEFINE ignore_last_edited_gas flag7,3 ; Used in gaslist_cleanup_list
565 #DEFINE ccr_diluent_setup flag7,4 ; =1: Setting up Diluents ("Gas6-10") 565 #DEFINE ccr_diluent_setup flag7,4 ; =1: Setting up Diluents ("Gas6-10")
566 #DEFINE menu_show_sensors flag7,5 ; =1: Update HUD data in menu 566 #DEFINE menu_show_sensors flag7,5 ; =1: Update HUD data in menu
567 #DEFINE short_gas_decriptions flag7,6 ; =1: Use short versions of gaslist_strcat_gas_mod and gaslist_strcat_setpoint 567 #DEFINE short_gas_decriptions flag7,6 ; =1: Use short versions of gaslist_strcat_gas_mod and gaslist_strcat_setpoint
568 #DEFINE max_depth_greater_100m flag7,7 ; =1: Max. Depth > 100m
568 569
569 #DEFINE is_bailout flag8,0 ; =1: Bailout 570 #DEFINE is_bailout flag8,0 ; =1: Bailout
570 #DEFINE is_bailout_menu flag8,1 ; =1: Bailout 571 #DEFINE is_bailout_menu flag8,1 ; =1: Bailout
571 #DEFINE toggle_gf flag8,2 ; =1: Toggle GF/aGF 572 #DEFINE toggle_gf flag8,2 ; =1: Toggle GF/aGF
572 #DEFINE use_agf flag8,3 ; =1: Use aGF (instead of GF) 573 #DEFINE use_agf flag8,3 ; =1: Use aGF (instead of GF)