I have the multi service client running on nrf9161.
I want the Location Services (GNSS , Cellular , A-GNSS, Wifi) to run and they are, but I want to turn off the automatted MQTT messages. I believe whatever location service gets a location it calls on_location_update() and that is where I will create an MQTT message to send.. I do not what the location services to automatically send out MQTT messages.
Does anyone know how I can disable the Automatic MQTT messages ? There must be a simple way where the message is being composed that I can prevent them from sending if its automatted.