esp-rfid
esp-rfid copied to clipboard
ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
esprfid_js.h: saventp(): Invalid use of parseInt() where there is a possible requirement for a float
Greetings - the DropDownTimezone list contains several option values with fractional remainders. Currently, the esprfid_js.h: saventp(): calls: `config.ntp.timezone = parseInt(document.getElementById("DropDownTimezone").value);` The proper call would be: `config.ntp.timezone = parseFloat(document.getElementById("DropDownTimezone").value);` Best regards...
Not sure yet if it is just me, or if it is everyone using this project. When I try to access the logs, I get : "Please wait while fetching...
Hi – I bought a Hikvision Wiegand 26/34 Keypad (DS-K1802MK) to connect with ESP-RFID (v.2.0.0rc) however it only recognises input digits partially. Is this a known bug or are some...