You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the desktop Go backend to add a Reader interface/class so more readers can be supported behind one API (currently serial-only to the ESP32 device).
Enables ACR122U and future backends without branching call sites.
Refactor the desktop Go backend to add a
Readerinterface/class so more readers can be supported behind one API (currently serial-only to the ESP32 device).Enables ACR122U and future backends without branching call sites.