Mercurial > public > hwos_code
comparison src/hwos.inc @ 368:57e349960ef4
Additional temperature calibration via PC interface
author | heinrichsweikamp |
---|---|
date | Sun, 16 Aug 2015 15:16:23 +0200 |
parents | 20e2c68e9a04 |
children | a9e35c1327aa |
comparison
equal
deleted
inserted
replaced
367:20e2c68e9a04 | 368:57e349960ef4 |
---|---|
578 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) | 578 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) |
579 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour | 579 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour |
580 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits | 580 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits |
581 opt_vsigraph res 1 ; =1:draw the graphical VSI bar | 581 opt_vsigraph res 1 ; =1:draw the graphical VSI bar |
582 opt_showppo2 res 1 ; =1:always show the ppO2 value in the warning position | 582 opt_showppo2 res 1 ; =1:always show the ppO2 value in the warning position |
583 opt_temperature_adjust res 1 ; SIGNED int (two's complement), -2.0/+2.0 °C max. | |
583 | 584 |
584 ;-----------------------------EEPROM DATA ------------------------------------ | 585 ;-----------------------------EEPROM DATA ------------------------------------ |
585 ; Automatic reset of all options when this is changed: | 586 ; Automatic reset of all options when this is changed: |
586 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 587 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
587 | 588 |