ESP32 and FreeRTOS and atomic updates

czu001:
Yes 32 bit operations are atomic. But.. protecting shared data between tasks is a different matter.

Right at this point if I have atomic reads and writes then I won't run the risk of reading a variable while it is half updated. Thats good enough for now.