Mercurial > public > hwos_code
comparison src/ostc3.inc @ 18:4e3f133dfbf4
add new opt_compass_gain option to work with more magnetic battery types
author | heinrichsweikamp |
---|---|
date | Wed, 03 Jul 2013 11:37:47 +0200 |
parents | 1f096c3d4b27 |
children | e402813343b6 |
comparison
equal
deleted
inserted
replaced
17:1f096c3d4b27 | 18:4e3f133dfbf4 |
---|---|
500 opt_aGF_high res 1 ; Alternative GF HIGH | 500 opt_aGF_high res 1 ; Alternative GF HIGH |
501 opt_aGF_low res 1 ; Alternative GF LOW | 501 opt_aGF_low res 1 ; Alternative GF LOW |
502 opt_GF_high res 1 ; GF HIGH | 502 opt_GF_high res 1 ; GF HIGH |
503 opt_GF_low res 1 ; GF LOW | 503 opt_GF_low res 1 ; GF LOW |
504 opt_enable_aGF res 1 ; =1: aGF can be selected underwater | 504 opt_enable_aGF res 1 ; =1: aGF can be selected underwater |
505 opt_compass_gain res 1 ; 0-7 (230LSB/Gauss to 1370LSB/Gaus) | |
505 | 506 |
506 ;-----------------------------EEPROM DATA ------------------------------------ | 507 ;-----------------------------EEPROM DATA ------------------------------------ |
507 ; Automatic reset of all options when this is changed: | 508 ; Automatic reset of all options when this is changed: |
508 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 509 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
509 | 510 |