Normal
Nice!So if i understand correctly, the idea is to keep the memory map for a longer time. I used "using" which means after my code is through it would dispose of the memorymap again, or atleast make that space in the memory available again. So if something happens between us writing the data in there and AmbiBox reading, we would get false results. Now the memory map always exists.Have you tested yourself if flickering is gone?
Nice!
So if i understand correctly, the idea is to keep the memory map for a longer time. I used "using" which means after my code is through it would dispose of the memorymap again, or atleast make that space in the memory available again. So if something happens between us writing the data in there and AmbiBox reading, we would get false results. Now the memory map always exists.
Have you tested yourself if flickering is gone?