|
Re: The 8.2 (or 8.3) Battery Voltage Bug
What happens if you move the "static int counter" outside of the Process_Data function?
Also, you may want to add the "rom" keyword to the rpmpowertable statement. It then becomes one less thing that could be overwriting other variables (As it would be stored with the actual program, rather then other variables)
|