esp-rfid
esp-rfid copied to clipboard
cant build generic from dev branch
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.