Hi,
The ATU-100's power measurement issues have been resolved and are now tuned correctly.
There was a problem on line 63 of pic_init.c.
ADCON1 = 0xA0;
This will supply the ADC reference externally, so I changed it as follows.
ADCON1 = 0xA3;? ? ? ?// Internal reference
?
Kaz
JA7UIO