diff -r a03f92240627 -r 33016869e0dd hti/HtiFramework/group/hti.cfg --- a/hti/HtiFramework/group/hti.cfg Tue Feb 02 01:57:15 2010 +0200 +++ b/hti/HtiFramework/group/hti.cfg Fri Apr 16 16:37:27 2010 +0300 @@ -77,7 +77,7 @@ # The flag indicating whether or not HTI should start automatically when, # device starts. 0 means no, 1 means yes. If automatic start is not enabled, # HTI can be started manually from HtiAdmin application. -# Default value: 0 in emulator, 1 in hardware +# Default value: 1 #EnableHtiAutoStart=0 #EnableHtiAutoStart=1 @@ -90,3 +90,8 @@ #ShowErrorDialogs=0 #ShowErrorDialogs=1 + +# The value in seconds that HTI will delay before reconnecting when connection lost, +# If the value is 0, reconnect would not happen. +# Default value: 0 +#ReconnectDelay=0