log

age author description
2019-09-16 ideenmodellierer Added string for Empty/ Debug custom view selection MotionDetection
2019-09-10 ideenmodellierer Use Enum values for initialization and setting check: MotionDetection
2019-09-08 ideenmodellierer Removed some warnings MotionDetection
2019-09-08 ideenmodellierer Add scroll event by pitch angle detection: MotionDetection
2019-08-19 Ideenmodellierer merged default into MotionDetection MotionDetection
2019-08-19 ideenmodellierer Added parameter for number of sectors to be defined MotionDetection
2019-08-13 ideenmodellierer Changed function names from shake to pitch and improved detection function: Shake might be confusing for people reading the code because pitch values are ased for calculation => changed name to pitch to be more transparent MotionDetection
2019-08-13 ideenmodellierer Added a function to count the active custom views. MotionDetection
2019-08-13 ideenmodellierer Added menu item for motion detection. There are several possibility to use motion detection for user action input. To select of the a new menu entry has been added to the Sys2 =>Custom View Menu (Variables in german) MotionDetection
2019-07-20 Ideenmodellierer Merge default MotionDetection
2019-06-17 ideenmodellierer Fix misalignment of do while loop MotionDetection
2019-06-17 ideenmodellierer Bugfix: selection of current view not working MotionDetection
2019-06-17 ideenmodellierer Update call of motion detection function MotionDetection
2019-06-17 ideenmodellierer Reworked detection function MotionDetection
2019-06-11 Ideenmodellierer Parameter update MotionDetection
2019-06-11 Ideenmodellierer Pass action to customer vie update function. MotionDetection
2019-05-24 ideenmodellierer Added trigger of middle button action in case of a detected shake MotionDetection
2019-05-24 ideenmodellierer Added new files for motion detection (shaking) detection MotionDetection
2019-11-24 heinrichsweikamp Add Support for new end-2019 hardware:
2019-11-23 heinrichsweikamp Add Support for new end-2019 hardware:
2019-11-23 heinrichsweikamp Add Support for new end-2019 hardware:
2019-10-09 heinrichsweikamp Make a FW 1.5.1 / RTE 2.0 binary for testing v1.5.1 release
2019-10-09 heinrichsweikamp Merged in janlmulder/ostc4/fix-merge-mess (pull request #33)
2019-10-08 Jan Mulder Added tag v1.5.0 release for changeset 143fe85f82a2 fix-merge-mess
2019-10-08 Jan Mulder Fix merge problem fix-merge-mess
2019-10-06 heinrichsweikamp Merge
2019-10-06 heinrichsweikamp Merged in Ideenmodellierer/ostc4/FlightMode_Improvment (pull request #32)
2019-10-03 ideenmodellierer Decrease ManualExitDiveCounter in surface mode FlightMode_Improvment
2019-10-03 ideenmodellierer Minor changes to debug view FlightMode_Improvment
2019-10-03 ideenmodellierer Added option to manually leave dive mode to system menu FlightMode_Improvment
2019-10-03 ideenmodellierer Added function to support manuel exit of dive mode FlightMode_Improvment
2019-10-03 ideenmodellierer Added function to evaluate the state of the surface pressure history memory FlightMode_Improvment
2019-10-01 ideenmodellierer Removed not used wireless menu items FlightMode_Improvment
2019-10-01 ideenmodellierer Added compile switch to enable debug view option in system menu FlightMode_Improvment
2019-10-01 ideenmodellierer Removed averaging of pressure and temperatur values FlightMode_Improvment
2019-10-06 heinrichsweikamp change max. allowed surface pressure to 1030hPa (As in the small OSTC)
2019-08-19 heinrichsweikamp Merged in Ideenmodellierer/ostc4/PressureMeasure_Improvment (pull request #31)
2019-08-17 ideenmodellierer Apply averaging to pressure measurement: In pre versions calculated pressure value jittered +/-10hPa. Since we measure the pressure several time a second but only use one value a second, calc average including not used values PressureMeasure_Improvment
2019-08-17 ideenmodellierer Added function to avoid divemode activation during Landing: PressureMeasure_Improvment
2019-08-17 ideenmodellierer Set Max value for pressure offset to 50mBar (20mBar before) PressureMeasure_Improvment
2019-08-17 ideenmodellierer Show actual instead of surface (30minute old) pressure if the actual differs significant (e.g. in plane or during pressure testing) PressureMeasure_Improvment
2019-08-13 ideenmodellierer Use average calculation for pressure: precondition was that pressure values jittered +- 10 HPa from one capture (once a second) to the other. Basically pressure is measured several times a second => using these values in an additional history calculation reduces the jitter down to +-1 per second PressureMeasure_Improvment
2019-08-04 heinrichsweikamp building a 1.5 v1.5.0 release
2019-07-20 heinrichsweikamp add update files for testing purposes
2019-07-18 heinrichsweikamp Merged in Ideenmodellierer/ostc4/I2C_Improvment (pull request #30)
2019-07-17 ideenmodellierer Added plausibility check for pressure values I2C_Improvment
2019-07-17 ideenmodellierer Added check of configuration. I2C_Improvment
2019-07-17 ideenmodellierer Improved startup robustness I2C_Improvment
2019-07-17 ideenmodellierer Set I2C speed to 88kHz, use digital filter only and reworked idle clock recovery I2C_Improvment
2019-07-17 ideenmodellierer Deactivated internal pullups and I2C interrupt callback I2C_Improvment
2019-07-01 heinrichsweikamp Merged in janlmulder/ostc4/fix-batt-1 (pull request #29)
2019-06-20 Jan Mulder bugfix: implement battery at end in dive header fix-batt-1
2019-06-30 heinrichsweikamp increase RTE to 1.9 and Firmware to 1.4.9 beta
2019-06-30 heinrichsweikamp Merged in Ideenmodellierer/ostc4/O2_SensorSync (pull request #28)
2019-06-30 ideenmodellierer Added start of frame detection for HUD data O2_SensorSync
2019-06-30 ideenmodellierer Moved indication variable for received HUD data to tCCR file. O2_SensorSync
2019-06-19 heinrichsweikamp Merged in janlmulder/ostc4/fix-version (pull request #27)
2019-06-19 Jan Mulder bugfix: correct packed main version number in dive header fix-version
2019-06-19 heinrichsweikamp Merged in Ideenmodellierer/ostc4/Bugfix_Flip_FirmwareUpdate (pull request #26)
2019-06-17 ideenmodellierer Resolved warning Bugfix_Flip_FirmwareUpdate