Commit f768effb authored by Claes Sjofors's avatar Claes Sjofors

Merge branch 'master' of pwrcvs:/data1/git/pwr

parents 4162c3ec 15ed25a0
......@@ -118,6 +118,11 @@ static pwr_tStatus IoCardRead( io_tCtx ctx,
s = strstr( str, "t=");
if ( s) {
sscanf( s+2, "%d", &ivalue);
if ( ivalue == 85000) {
/* TODO Check CRC Probably power loss...
op->Super.ErrorCount++; */
}
io_ConvertAi32( cop, ivalue, &actvalue);
// Filter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment