esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.33k stars 417 forks source link

cant build generic from dev branch #646

Open pvtex opened 2 weeks ago

pvtex commented 2 weeks ago

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.