annotate src/ghostwriter.inc @ 490:8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
NEW: Logbook detail page in larger font (And nicer layout)
CHANGE: Sleep mode current slightly reduced for all hwOS devices
NEW: Logbook now records battery information
NEW: Markers in internal logbook drawn as small "m" next to the profile
author |
heinrichsweikamp |
date |
Wed, 29 Mar 2017 21:35:12 +0200 |
parents |
11d4fc797f74 |
children |
b455b31ce022 |
rev |
line source |
0
|
1 ;=============================================================================
|
|
2 ;
|
|
3 ; File ghostwriter.inc
|
|
4 ;
|
|
5 ;
|
|
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
|
|
7 ;=============================================================================
|
|
8 ; HISTORY
|
|
9 ; 2011-11-27 : [mH] Creation
|
|
10
|
|
11 extern store_dive_data
|
|
12 extern ghostwriter_end_dive
|
|
13 extern ghostwriter_short_header
|
|
14 extern update_battery_registers
|
|
15 extern do_logoffset_common_write
|
|
16 extern do_logoffset_common_read
|
|
17
|
|
18 |