Hive13 / hive-rfid-door-controller

All of the code for the Hive13 IoT conglomeration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the nonce/access/log code

GregJArnold opened this issue · comments

There is a lot of duplicated code there, and also the difference in the HTTP calls for ESP WiFi and Arduino Ethernet could be separated out and cleaned up so there's one piece of code for everything, for the whole HTTP call, and the platform-specific stuff is callbacks or #ifdefs or whatnot.