Ryan Powell
Ryan Powell
Thanks for the suggestions, they make good sense. I have neglected to update this issue, thanks for the reminder.
A similar idea that could be used more directly with arduinolog would be a telnet server. This is what I use to monitor the logs of my devices when not...
> Thanks for pointing that out, any idea @h2zero ? Bad looks to have sorted it out 😄
For testing at the moment
I think this would be doable. A simple macro to set `useBeaconUUIDasID`, then check if it's an iBeacon before publishing and change the ID to the uuid.
@scribblrsam Here is a simple patch for you to try. Let me know if this is sufficient. [uuid_as_id.txt](https://github.com/1technophile/OpenMQTTGateway/files/7920727/uuid_as_id.txt)
@ssikgun Try the patch I provided in my post above.
There would need to be much more code alteration for whitelist support unfortunately. Not a 5 minute change like the patch. If you want to hack around checkout the processBLEtask...
Did you add `-DuseBeaconUuidAsId` to your env config? Alternatively just remove the `#if` and `#endif` parts of the patch.
While this would be a nice addition it would be a lot of work and probably not worth it as there are very few devices (that I know of) with...