Mercurial > public > hwos_code
comparison src/ostc3.inc @ 155:5f71e31bd5b3
CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
author | heinrichsweikamp |
---|---|
date | Thu, 28 Aug 2014 12:13:52 +0200 |
parents | 5cb177f0948a |
children | 2eb037f48c3f |
comparison
equal
deleted
inserted
replaced
154:afa31c815f24 | 155:5f71e31bd5b3 |
---|---|
529 opt_calibration_O2_ratio res 1 ; %O2 of calibration gas | 529 opt_calibration_O2_ratio res 1 ; %O2 of calibration gas |
530 opt_x_s1 res 2 ; calibration factor (Not stored in EEPROM) | 530 opt_x_s1 res 2 ; calibration factor (Not stored in EEPROM) |
531 opt_x_s2 res 2 ; calibration factor (Not stored in EEPROM) | 531 opt_x_s2 res 2 ; calibration factor (Not stored in EEPROM) |
532 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) | 532 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) |
533 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost | 533 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost |
534 opt_flip_screen res 1 ; =1: Flip the screen | |
534 | 535 |
535 ;-----------------------------EEPROM DATA ------------------------------------ | 536 ;-----------------------------EEPROM DATA ------------------------------------ |
536 ; Automatic reset of all options when this is changed: | 537 ; Automatic reset of all options when this is changed: |
537 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 538 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
538 | 539 |