Skip to content

Commit 65eddf4

Browse files
committed
Updated to v0.3.3
1 parent fd040b9 commit 65eddf4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# arduino-gps-tracker changelog
22
## v0.1
33
* Initial release
4-
* Handheld controller: Added the handheld controller under "gpsTracker_handheldController". It can displays sent messages, received messages, latitude, longitude, number of satellites, accuracy, speed, direction, age of data and the checksum value.
4+
* Handheld controller: Added the handheld controller under "gpsTracker_handheldController". It can display sent messages, received messages, latitude, longitude, number of satellites, accuracy, speed, direction, age of data and the checksum value.
55
* Handheld controller: Added map to TFT LCD screen. Map is not yet functional.
66
* Tracking device: Added the GPS tracker under "gpsTracker_trackingDevice". It can get GPS coordinates and transmit them when requested.
77
* Tracking device: Added code so the Arduino can go into a light sleep and wake up when serial data in the buffer. Sleep occurs after the Arduino has finished its task, couldn't receive coordinates before GPS_TIMEOUT milliseconds or, as a failsafe, the Arduino will sleep if it has been on for more than MAX_ON_TIME milliseconds as long as it hasn't received any messages from the handheld controller during this time.
@@ -23,11 +23,16 @@
2323
* Handheld controller: Changed the way location is drawn on the map (from 5 pixels in a '+' shape to a single pixel)
2424
* Handheld controller: Added functionality to draw a green line to represent the tracker's location history
2525
* Handheld controller test code: Added test code for drawing arrows on the screen
26-
* Handheld controller: Added ablity to draw an arrow at the edge of the screen if the tracker is outside the map
26+
* Handheld controller: Added ability to draw an arrow at the edge of the screen if the tracker is outside the map
2727
* Tracking device: Increased default MAX_ON_TIME to 1 hour
2828

2929
## v0.3.1
30-
* Handheld controller: Added more configuration constants
30+
* Handheld controller: Added more constants under #define, for custom configurations
3131

32-
## v0.3.2 (Current release)
32+
## v0.3.2
3333
* Tracking device: Added KiCad circuit board files to "/gpsTracker_trackingDevice_circuitBoard/"
34+
35+
## v0.3.3 (Current release)
36+
* Tracking device: Added more configuration constants
37+
* Tracking device: Fixed bug where Arduino should stay awake to report continuous GPS data but would instead sleep if any message was received on the UART serial buffer
38+
* Tracking device: Added more code comments

0 commit comments

Comments
 (0)