Hi,
Just trying the latest dev branch and found an issue, existing code using the getFrequencyBand() function and the FrequencyBands enumerations no longer work.
In mdot.h the following is no longer present:
enum FrequencyBands {
FB_868 = 0,
FB_915 = 1,
FB_EU868 = 0, // EU868
FB_US915 = 1, // US915
FB_AU915 = 2
};
This wouldnt be an issue if my applications were in one band only, however this is not the case and the code needs to know which band the xDot is using.
Is this something to do with the changes to add channel plans? If so, what is the best way to determine the frequency band of the xDot?
thanks
Andrew