zs6buj / AntTracker

Antenna Tracker for tracking a moving model aircraft or drone with a small high-gain UHF or SHF antenna
GNU General Public License v3.0
141 stars 41 forks source link

bugs in code #32

Closed pan-sattan closed 3 years ago

pan-sattan commented 3 years ago

Hi,

I found some bugs in 2.17.6:

1/ revers elevation if #define ReverseElevation is used, then this in Servos.ino is wrong - row #81 elt = 180 - el;

2/ for #define HMC5883L and undefine //#define QMC5883L that message will appear:

image

looks like there is not rule for HMC5883L compass (I am using it)

zs6buj commented 3 years ago

Thanks for the feedback pan-sattan.

Fixed. V 2.17.7

Please try it.

pan-sattan commented 3 years ago

thx, almost perfect... for debug:

image