Multiple BLE gateways

Hi, I’m trying to connect BLE multiple gateways to my MQTT server. When ever I have more that one board connected to the MQTT server I get a loop on the MQTT server. Any help would be appreciated.

MQTT output
OnyxBeacon
L
-43
987bf357dxxxxxxxxxxxxx
00000b01-0000-1000-8000-0080xxxxxxxx
online
online
online
online
online
online
online
online
online
online
online
online
0.9.2

Hello,

You need to change the gateway_name into your platformio.ini or user_config.h (arduino ide) file.
If you are using binaries upload there is no current way to change it but I m working on it.

Thank you for your help. Changed the Gateway name in the Platformio.ini and it works very nicely.
Regards