Toggle navigation
Categories
Discussions
Activity
Sign In
Home
›
Android
Setting Counter state to non-zero value
propan
August 2016
in
Android
Hi, all,
I'm having an impression that counter is always reset to zero, whatever the value is provided in Counter.State
with code like this:
int myValue = 100;
processors.get("my_counter").setState(new Counter.State(
myValue
));
API 2.6.0
FW 1.2.3
Comments
Eric
August 2016
Yeah, it appears that the firmware always resets to 0. I'll have to talk to the firmware dev about that.
propan
August 2016
Is it also the case for Accumulator? If not I can replace Counter with Acc as a quick fix.
Eric
August 2016
The accumulator has the same issue.
propan
September 2016
Hi, how is it progressing? When can we expect the fix?
This discussion has been closed.
Comments