hi,
Im developing a mesh network based on the nRF52832. I want to send some long message(over 11 byte) without segment, so I enabled the EXPERIMENTAL_INSTABURST_ENABLED in my project. I use access_model_publish() to send but still segments,how can I send my message without segments in instaburst?