Data string formatting
The data string becomes one char longer when it contains a "-" sign. This makes parsing a little less easy.
Solution: Prepend a "+" when the data is > 0.
The data string becomes one char longer when it contains a "-" sign. This makes parsing a little less easy.
Solution: Prepend a "+" when the data is > 0.
mentioned in merge request !1 (merged)
mentioned in commit 77618cd9
closed with merge request !1 (merged)