esp-rfid icon indicating copy to clipboard operation
esp-rfid copied to clipboard

cant build generic from dev branch

Open pvtex opened this issue 8 months ago • 5 comments

i cant build generic image from dev branch. this is the failure:

in rfid.esp in function genericRead() there is a Serial read in line 176. this is no problem in debug build, because the Serial is set up. but in generic build the Serial is not setup and the Serial avaiable and read are leading to a compile error.

pvtex avatar Jun 12 '24 12:06 pvtex