Make the ID a few characters shorter.
David Blume

David Blume commited on 2018-11-29 19:15:05
Showing 2 changed files, with 3 additions and 3 deletions.

... ...
@@ -21,7 +21,7 @@ function executeTask() as void
21 21
     m.port = CreateObject("roMessagePort")
22 22
 
23 23
     deviceInfo = CreateObject("roDeviceInfo")
24
-    clientID = Right(deviceInfo.GetChannelClientId(), 12)
24
+    clientID = Right(deviceInfo.GetChannelClientId(), 6)
25 25
     modelID = deviceInfo.GetModel()
26 26
 
27 27
     aaIPAddrs = deviceInfo.GetIPAddrs()
... ...
@@ -1,7 +1,7 @@
1 1
 title=IP Tagger
2 2
 major_version=2
3
-minor_version=0
4
-build_version=2
3
+minor_version=1
4
+build_version=0
5 5
 mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd.png
6 6
 mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd.png
7 7
 splash_screen_hd=pkg:/images/splash_screen_hd.png
8 8