turbo-lab / android-beacon-mqtt

Simple android application for notifying MQTT server when iBeacon is in range or lost
GNU General Public License v3.0
23 stars 7 forks source link

[FIX] Allow 0 as iBeacon major and minor versions #44

Open everedero opened 1 year ago

everedero commented 1 year ago

Hi! I had trouble creating iBeacon filters because some devices have minor versions set to 0. While at it, I also allowed major versions to be 0 too, just in case. Regards!