esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fail!

ECWSzilard opened this issue · comments

Have a nice day everyone! I would have a problem that when I want to rebuild the project I get these error messages in PlatformIO: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations] or this error: no matching function for call to 'ArduinoJson :: JsonVariant :: as () const'. Regarding the first error message, I read that it can be solved by replacing LittleFS, but I don't get a solution to the second one at all. Has anyone encountered this problem yet?

How did you fix the second error ".. matching function for call...."