From d14b3279a405c3fc51f4639da6c0c7751ff6512c Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sat, 1 Oct 2022 20:56:53 +0200 Subject: [PATCH] NMEA deprecation warning --- _locales/en/messages.json | 3 +++ tabs/gps.html | 2 +- tabs/gps.js | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 3bfd28567..e3d2e7f57 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -4340,5 +4340,8 @@ }, "throttle_scale_help": { "message": "Allow to limit effective power fed to the motors. Throttle Scale 1 mean there is no power limiting. Throttle Scale 0.5 means throttle position will be cut in half before passed to the motors." + }, + "nmeaWarning": { + "message": "NMEA protocol is deprecated and might be removed in the future. Please use UBLOX or UBLOX7 protocol instead." } } diff --git a/tabs/gps.html b/tabs/gps.html index 15c84190e..b84932500 100644 --- a/tabs/gps.html +++ b/tabs/gps.html @@ -20,7 +20,7 @@
- +