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
Using the ID20Reader Library with an ESP8266 board, I get the error:
C:\arduino-1.8.16\portable\sketchbook\libraries\ID20Reader\ID20Reader.cpp: In member function 'String ID20Reader::get()':
C:\arduino-1.8.16\portable\sketchbook\libraries\ID20Reader\ID20Reader.cpp:108:1: error: control reaches end of non-void function [-Werror=return-type]
108 | }
| ^
cc1plus.exe: some warnings being treated as errors