Skip to content

Commit f468f32

Browse files
committed
Updated to v0.2
1 parent 01c1991 commit f468f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# arduino-gps-tracker changelog
2-
## v0.1 (Current release - master branch)
2+
## v0.1
33
* Initial release
44
* 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.
55
* Added map to handheld controller. Map is not yet functional.
66
* Added the GPS tracker under "gpsTracker_trackingDevice". It can get GPS coordinates and transmit them when requested.
77
* 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.
88

9-
## v0.2 (show-location-on-map branch)
9+
## v0.2 (Current release - master branch)
1010
* Added ability to show the current location on the map
1111
* The program requires the max and min values of latitude and longitude covered by the map
1212
* Added 3 functions: clearTFTMAP(), drawTFTMap() and displayLocationOnMap(currentLatitude,currentLongitude)

0 commit comments

Comments
 (0)