I applied the patch offered here to properly calculate power, but the result was that my QRP IC-705 is said to produce 50w, not 5!
My quick hack was to replace data.Power = powerPercent * 100 to replace data.Power = powerPercent * 10 Perhaps there is a more global solution.
I applied the patch offered here to properly calculate power, but the result was that my QRP IC-705 is said to produce 50w, not 5!
My quick hack was to
replace data.Power = powerPercent * 100toreplace data.Power = powerPercent * 10Perhaps there is a more global solution.