Hi I am working on nRF52832 board.
i am using fds library to store my data. data contains MAC address. Each MAC address is stored in each record with same file ID and key.
How to avoid storing dulicate data(MAC address) to flash?
is there any API to solve this issue?
can i use fds_record_iterate for this issue?
Thanks