Skip to content

Commit 2d939fc

Browse files
GGcode1llambda
authored andcommitted
cleanups
1 parent 5d862ba commit 2d939fc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Features
99

10-
1. Compatible with [Queclink GV500](https://www.amazon.com/Professional-Quality-GV500-Vehicle-Tracker/dp/B00XLSDNDO/ref=as_sl_pc_qf_sp_asin_til?tag=agilegps-20&linkCode=w00&linkId=2a0bd062af220b70c28683c305f01385&creativeASIN=B00XLSDNDO) and GV300 trackers.
10+
1. Compatible with [Queclink GV500](https://www.amazon.com/Professional-Quality-GV500-Vehicle-Tracker/dp/B00XLSDNDO/ref=as_sl_pc_qf_sp_asin_til?tag=agilegps-20&linkCode=w00&linkId=2a0bd062af220b70c28683c305f01385&creativeASIN=B00XLSDNDO), GV300 and GV50 trackers.
1111
1. UDP data transmission from trackers with server acknowledgement (lower cellular data usage than TCP)
1212
1. Customers, fleets, devices, and users
1313
1. Site admins and org admins
@@ -23,10 +23,6 @@
2323
1. Free reverse geocoding (closest city) or via Google Reverse Geocoding API for obtaining addresses from latitude / longitude coordinates sent by the trackers.
2424
1. Fast single page web interface via React. Responsive design on desktop and mobile browsers.
2525

26-
## Need help?
27-
28-
Need help with setup, install, feature development, or just want to talk about GPS fleet tracking in general? Contact [Gene Michtchenko](mailto:agilegps@gmail.com) for consulting at reasonable rates!
29-
3026
## Installation Guide
3127

32-
[Click here for installation instructions!](INSTALL.md)
28+
[Installation instructions](INSTALL.md)

processes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"args": [],
1515
"watch": true,
1616
"node_args": "--nouse-idle-notification --expose-gc --max-old-space-size=8192",
17-
"merge_logs": true
17+
"merge_logs": true
1818
}]
1919
}

0 commit comments

Comments
 (0)