From 944a1f3a31875435904076c0c1a77dfda334ec7c Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 10 Feb 2019 13:10:04 +0000 Subject: [PATCH] Fixing typo (#8462) There's no such variable as %DEVICE_NAME - originally it was just DEVICE_NAME to indicate to people to put the name there. --- source/_components/gpslogger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/gpslogger.md b/source/_components/gpslogger.md index 5d19da193d7..e598245326e 100644 --- a/source/_components/gpslogger.md +++ b/source/_components/gpslogger.md @@ -60,7 +60,7 @@ https://YOUR.DNS.HOSTNAME:PORT/api/webhook/WEBHOOK_ID ```text latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT ``` -- You can change the name of your device name by replacing `&device=%SER` with `&device=%DEVICE_NAME`. +- You can change the name of your device name by replacing `&device=%SER` with `&device=DEVICE_NAME`. - Check that the **HTTP Headers** setting contains ```text Content-Type: application/x-www-form-urlencoded