Notes |
(0000005)
Peter
07-08-07 23:08
|
just realised i wont be able to test this release on my car as its out of action - might post a beta of it so other people can test it and see it works ok.
all these economy sensors will retain value for current ecutalk program session - ie u need to restart to clear values (maybe add a option to clear them later) |
| |
(0000007)
Peter
08-08-07 00:15
|
implemented pending testing it works properly. these 3 sensors max out all available room for cars that support all sensors (eg 300zx/gtr might), but i think thats ok since there wont be any new sensors for a while (until switches/registers are supported) |
| |
(0000009)
Peter
10-08-07 21:51
|
initial v1.3.3 beta release had two major issues when used on a pocket pc (laptop was fine), the first was the name of the sensors was not shown for distance/fuel used, the second was that ecutalk would exit if you choose either of these and displayed the gauges. both issues were caused by lack of support for the inline ternary operator:
(condition ? truevalue : falsevalue)
eg for setting distance sensor name:
(Settings.Imperial ? "Mi" : "KM")
the latest v1.3.3 beta 2 posted on news page has these issues fixed |
| |