Question
How do I disable Zigbee security level?
I am using STM32WB Discovery kit for STM32WBB5MM MCUs for development. I've setup the board as a RFD, Centralized End Device. How do I disable Zigbee security level if I don't need it? Currently, I have to set it manually in APP_ZIGBEE_NwkForm() by
config.security.level = 0;
However, this would get erased once I regenerate the code with STMCubeMX.
Thanks in advance for any help.
