altoslib: Fix idle monitor parsing of MMA655x state
authorKeith Packard <keithp@keithp.com>
Tue, 9 Sep 2014 16:02:51 +0000 (09:02 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Sep 2014 16:02:51 +0000 (09:02 -0700)
There's no ':' after 'MMA655X value' in the output, and the parser
returns 'true' on success, not false.

With this, 'Monitor Idle' now reports correct accelerometer readings.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found