Skip to content

Commit 29cf6c1

Browse files
committed
Adding CHANGELOG
1 parent c6e9d61 commit 29cf6c1

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

CHANGELOG

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
v0.10.1
2+
3+
* Converting NMEA RMC speed to kph
4+
* Fix GPS speed data conversion
5+
6+
v0.10.0
7+
8+
* Implement syncstart command
9+
* Improvements to the sync process
10+
* Finalizing GPS time sync when event is written
11+
* Updating time ESC/GPS responded with settime command
12+
13+
v0.9.1
14+
15+
* Fixed flash memory corruption issue
16+
* Changed LOG_ESC watt_hours to 32-bit value
17+
* Improved text printing method for display buffer
18+
* Updated file system library to latest version
19+
* Improvements made to support 50Hz logging
20+
* Other fixes and improvements
21+
22+
v0.9.0
23+
24+
* Support Robogotchi Xenith module
25+
* Allow melodies to be temporarily disabled
26+
* Report latest priority alert reason
27+
* Report unique robogotchi ID
28+
* Connected display is now optional
29+
* Fix for automatic time syncronization
30+
* Other impovements
31+
32+
v0.8.2
33+
34+
* Switch to UTC time keeping (my bad)
35+
36+
v0.8.1
37+
38+
* Automatically perform GPS time synchronization
39+
* Compute unique GotchiNet registration code
40+
* Relocate minigame
41+
42+
v0.7.3
43+
44+
* Allow bluetooth repairing without clearing bonds
45+
46+
v0.7.2
47+
48+
* Fixes for mosfet and esc temperature delta processing
49+
* Guarding settime command if device is currently logging
50+
51+
v0.7.1
52+
53+
* Logging interval changes dynamically
54+
* Fix missing header data in log files
55+
* Disabled unused USB device
56+
57+
v0.7.0
58+
59+
* New logging file format
60+
* Updated melodies
61+
* Fix crash if nack is received outside sync
62+
63+
v0.6.0
64+
65+
* Adding fault packet processing
66+
* Expanded fault data structure
67+
* Button 2 will silence a melody
68+
* Using static buffers for filesystem
69+
70+
v0.5.0
71+
72+
* Adding NACK handler to resume a broken sync
73+
* Clear GPS data on disconnect without an active fix
74+
* Testing fix for steady tone
75+
76+
v0.4.2
77+
78+
* Monitor GPS data reception to notify on physical disconnect
79+
* Include GPS statistics with status packet
80+
* Removed transmission of unsolicited status packets
81+
* Intended for use FreeSK8 Mobile 0.7.0
82+
83+
v0.4.1
84+
85+
* Checking sync_in_progress flag to prevent logging and unwanted messages during sync
86+
* Checking sync_in_progress flag before attempting to close an unopened file
87+
* Fixes interruption of sync process if auto logging is triggered
88+
* Fixes hault condition in firmware
89+
90+
v0.4.0
91+
92+
* Inital beta release

0 commit comments

Comments
 (0)