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

Missing Library QMC5883LCompass #65

Closed K1rdro closed 3 months ago

K1rdro commented 4 months ago

It looks like the library for QMC5883LCompass is not included in the libraries folder. There is one in the esp32 folder, but it's for QMC5883L, while source/stable/v2.20.04/AntTrack/Compass.ino includes QMC5883LCompass.h. Is it this one: QMC5883LCompass?

zs6buj commented 4 months ago

K1dro:

Thanks for the feedback. For convenience I have added the "QMC5883LCompass" library into the All and the ESP32 folders, and kept the older "QMC5883L" library for backward compatibility.