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

Option for decimal point #35

Closed jskvbinmv closed 3 years ago

jskvbinmv commented 3 years ago

I am having issues with the language settings on my phone. My regional settings are using , as decimal point. So any float values are sent like this, which is causing issues everywhere...

Would it be possible to add an option which decimal divider to use?

Edit: Or just using . as default?