I'm using an nRF52840 Adafruit Feather Sense to communicate with a program on my computer over an OpenThread network. My computer is using an nRF52840 DK board as a network co-processor. I'm trying to reduce network traffic as much as possible, and I'd like to stop 802.15.4 ACKs from being transmitted when the DK NCP receives messages from the Sense. Is there a way to keep 802.15.4 messages from being acknowledged? Maybe an option that can be set in prj.conf? I'm using the nRF Connect SDK version 1.5.0. Thanks for any insights anyone might have.