Difference between revisions of "FTC881 firmware change log"
From Wiki Knowledge Base | Teltonika GPS
(7 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
! style="width: 40%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" |SUPPORTED HARDWARE | ! style="width: 40%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" |SUPPORTED HARDWARE | ||
|- | |- | ||
− | ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" | | + | ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: center; vertical-align: center; background: white;" |00.2X.Y-rc.Z |
− | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: center; background: white;" | | + | | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: center; background: white;" |FTC9XY, FTC8XY |
|- | |- | ||
Line 25: | Line 25: | ||
**<code>ZZ</code> – major changes like bigger fixes, improvements and new features addition. | **<code>ZZ</code> – major changes like bigger fixes, improvements and new features addition. | ||
**<code>##</code> – minor changes like small fixes and improvements. | **<code>##</code> – minor changes like small fixes and improvements. | ||
+ | |||
===Firmware versions=== | ===Firmware versions=== | ||
− | + | {| class="wikitable" style="width: 100%;" | |
− | |||
|+ | |+ | ||
! style="width: 20%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: center;" |FIRMWARE VERSION | ! style="width: 20%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: center;" |FIRMWARE VERSION | ||
Line 35: | Line 35: | ||
! style="width: 60%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" |CHANGES | ! style="width: 60%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" |CHANGES | ||
|- | |- | ||
− | !0.26. | + | !0.26.2 |
− | ! | + | !2024-02-13 |
| | | | ||
− | * SMS sending | + | * '''NEW''' added the SMS "deleterecords" |
+ | |||
+ | * '''NEW''' added the SMS "getgps" | ||
+ | |||
+ | * '''NEW''' added the SMS "getio" | ||
+ | |||
+ | * '''NEW''' added the SMS "allver" | ||
+ | |||
+ | * '''NEW''' added the SMS "getstatus" | ||
+ | |||
+ | * '''NEW''' added the SMS "setdigout" | ||
+ | |||
+ | * '''NEW''' added the SMS "setparam" | ||
+ | |||
+ | * '''NEW''' added the SMS "getparam" | ||
+ | |||
+ | * '''NEW''' added the SMS "readavl" | ||
+ | |||
+ | * '''NEW''' added the SMS "cpureset" | ||
+ | |||
+ | * '''NEW''' added sent SMS counter | ||
+ | |||
+ | * '''NEW''' added sent records counter | ||
+ | |||
+ | * '''NEW''' added network ping timeout feature | ||
+ | |||
+ | * '''NEW''' added min max values of NTP resync period | ||
+ | |||
+ | * '''NEW''' added live satellite info | ||
+ | |||
+ | * '''NEW''' added battery charging modes | ||
+ | |||
+ | * '''NEW''' added critical sleep mode | ||
+ | |||
+ | * '''NEW''' added configurable APN settings and ability to disable mobile data | ||
+ | |||
+ | * '''NEW''' UDP protocol implemented | ||
+ | |||
+ | * Record loading speed improvement | ||
+ | |||
+ | * Record manager improvements. Records are sent immediately after generation when link is already open | ||
+ | |||
+ | * Fixed record generation period reconfig | ||
+ | |||
+ | * Fixed open link timeout calculation | ||
+ | |||
+ | * Fixed rec send triggering after movement status change | ||
+ | |||
+ | * Fixed data acquisition by speed units | ||
+ | |||
+ | * Fixed AIN value conversion | ||
+ | |||
+ | * Fixed odometer value saving | ||
+ | |||
+ | * Fixed instant movement detection | ||
+ | |||
+ | * Changed ignition to movement source for data acquisition | ||
+ | |||
+ | * SMS sending timeout fix | ||
* modem IMEI recognition in roaming mode fix | * modem IMEI recognition in roaming mode fix | ||
− | + | ||
− | |||
− | |||
− | |||
* SMS command "setparam" stability improvements | * SMS command "setparam" stability improvements | ||
− | + | ||
− | |||
− | |||
− | |||
* accelerometer initialization improvements | * accelerometer initialization improvements | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* modem stability improvements | * modem stability improvements | ||
− | + | ||
− | |||
− | |||
− | |||
* '''NEW''' added the SMS "getrecord" | * '''NEW''' added the SMS "getrecord" | ||
* '''NEW''' added the SMS "web_connect" | * '''NEW''' added the SMS "web_connect" | ||
Line 73: | Line 114: | ||
* record sending improvements | * record sending improvements | ||
* ignition check spam without timesync fix | * ignition check spam without timesync fix | ||
− | |||
− | |||
− | |||
− | |||
* '''NEW''' added SMS password | * '''NEW''' added SMS password | ||
* '''NEW''' added the SMS "extformat" | * '''NEW''' added the SMS "extformat" | ||
Line 84: | Line 121: | ||
* DOUT stability improvements | * DOUT stability improvements | ||
|- | |- | ||
− | ! | + | !0.22.0-rc.1 |
− | ! | + | !2023-04-13 |
| | | | ||
− | * | + | * Initial FTCXXX release |
− | |||
|} | |} | ||
+ | |||
+ | [[Category:FTC881]] |
Revision as of 10:04, 6 May 2024
Main Page > Fast & Easy Trackers > FTC881 > FTC881 firmware change logIntroduction
We are always improving our device's performance, stability, and reliability. That’s why Teltonika is one of the leading GNSS trackers manufacturers in the world.
This document describes FTCXXX platform devices firmware improvements, changes, new features implementations as well as current firmware release version.
Firmware versioning
- Structure
[X
].[YY
].[Z
].rc.[##
]
- Syntax description
X
– major FW version.YY
– branch number, shows major changes in firmware, i.e. new module support added or new major feature added.ZZ
– major changes like bigger fixes, improvements and new features addition.##
– minor changes like small fixes and improvements.
Firmware versions
FIRMWARE VERSION | SUPPORTED HARDWARE |
---|---|
00.2X.Y-rc.Z | FTC9XY, FTC8XY |
FIRMWARE VERSION | RELEASE DATE | CHANGES |
---|---|---|
0.26.2 | 2024-02-13 |
|
0.22.0-rc.1 | 2023-04-13 |
|