Hive13 / hive-rfid-door-controller

All of the code for the Hive13 IoT conglomeration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put user cache in flash

reportingsjr opened this issue · comments

The user cache list is currently sitting in RAM. Part of the point of the cache is that if the auth server goes down people can still get in to the space with their badges. However, if the arduino resets due to a power failure and the ram is cleared then the cache will be reset. Pushing the user cache to flash will just make things that much more reliable!