Displaying 1 result from an estimated 1 matches for "ezotop".
2007 Jan 08
0
Re: nut: Ippon driver with SmartWinner 1000: charge value fix
Hello Ace,
2007/1/6, ace <ace@ezotop.ru>:
> Hello Arnaud,
>
> Ippon driver with SmartWinner 1000: charge value fix
>
> nut-2.0.2:ippon.c:line 31:
> -- bcharge = ((atof (batvlt) - 10.2) / 3.4) *100.0;
> ++ bcharge = ((atof (batvlt) - 24.0) / 3.4) *100.0;
>
> sorry for no comments, i'm bad in english
t...