Esp Rfid Versions Save

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

0.7.4

6 years ago

[0.7.4] - 2018-04-28

Fixed

  • [webui] comment out access types
  • [firmware] fix a compile warning
  • [firmware] change startAP behaviour
  • [firmware] publish username to MQTT broker
  • [firmware] mqtt username password memory collusion

Removed

  • [firmware] Modified header

0.7.3

6 years ago

######################################

Please refer this issue before upgrade. #99

######################################

[0.7.3] - 2018-04-04

Added

  • [firmware] More debug messages

Fixed

  • [webui] minor fixes suggested by Codacy
  • [webui] get javascript values as real integers

0.7.2

6 years ago

######################################

Please refer this issue before upgrade. #99

######################################

[0.7.2] - 2018-04-02

Fixed

  • [webui] MQTT is enabled by default.

0.7.1

6 years ago

[0.7.1] - 2018-03-30

Added

  • [firmware] + [webui] Option to use static IP address #89 @nbaglietto
  • [firmware] + [webui] Option to hide SSID on AP Mode #89 @nbaglietto
  • [webui] Auto focus on login password #94 @pidiet
  • [firmware] event log for MQTT

Fixed

  • [webui] We were checking wrongly if the browser has previously had authentication over /login.
  • [webui] MQTT listed disabled even if it is enabled #92 @pidiet

0.7.0

6 years ago

[0.7.0] - 2018-03-23

Added

  • [firmware] !!! BREAKING CHANGE !!! 2 MB Flash 2 MB SPIFFS size for future proof firmware updates plase make sure you made a backup before updating to this version. You need to format SPIFFS.
  • [firmware] Experimental PN532 RFID Reader Support
  • [webui] Try to connect button upon inprogress complete.
  • [webui] Restart without saving changes.
  • [firmware] Staging framework for platformio

Changed

  • [webui] Sign in panel now integrated into index.html
  • [firmware] Reduced serial outputs.
  • [firmware] Switched to Async MQTT Library, needs testing.

Fixed

  • [firmware] Logs causing Exception 9 because we are delaying async function with NTP sync by WiFi.hostbyname
  • [webui] wrong version is shown #80.
  • [webui] whole html was shifted with previous css change.

Removed

  • [firmware] Factory reset via pin

0.6.1

6 years ago

[0.6.1] - 2018-03-14

Added

  • [firmware] ICACHE_FLASH_ATTR and ICACHE_RAM_ATTR decorators (did not feel any difference in terms of speed, keeping it anyway).
  • [dev tools] Web UI Demo https://bitadvise.com/esp-rfid/
  • [dev tools] Websocket emulator access log

Changed

  • [webui] Always show sidebar on big screens
  • [webui] Better versioning.

Fixed

  • [build] Platformio bug

0.6.0

6 years ago

[0.6] - 2018-03-11

Added

  • [firmware] Restart ESP if softAP fails.
  • [webui] Colorize access log based on result.

Fixed

  • [webui] progress bar for factory reset, update, save settings does not initiated correctly.
  • [webui] BSSID is missing when first scan.
  • [webui] Now firmware internally holds only unix time, made changes on webui to cover that.

Changed

  • [webui] Completely refactored html loading, we are getting all files at first login, then no request is made to web server which greatly simplifies some functions.
  • [webui] + [firmware] Completely refactored Latest Access Log, it's now unlimited Access Log which holds every picc scan. This should fix #60 (at least there is clear log button :) ).
  • [webui] Event log table now displays firmware time for early events.
  • [webui] before fetching data wait sidebar to dismiss for smooth animation.
  • [webui] fade in web content.
  • [firmware] Log login remote IP address.

0.5.4

6 years ago

[0.5.4] - 2018-03-09

Added

  • [webui] colorize event logs based on severity.
  • [webui] progress bar on saving settings.
  • [dev tools] event log for websocket emulator

Fixed

  • [firmware] Fix #75 Scan of wifi returns more columns of the same wifi.
  • [webui] Fix #74 (#33 completely) New user with incorrect validity.
  • [webui] New user with incorrect date.
  • [webui] Editing user results non parsed values.

Changed

  • [webui] event table breakpoints.

0.5.3

6 years ago

Now you can check on Web UI if there is a version update for esp-rfid. Travis should build firmware.bin for you to download.

[0.5.3] - 2018-03-08

Added

  • [webui] Firmware Update is now live with latest version check on GitHub.

Fixed

  • [firmware] Update was possible with an unauthorized HTTP Post.

If you are using Web UI to update, first download this version and upload back to your device.

0.5hotfix2

6 years ago

Sorry for not so good release cycle.

[0.5hotfix2] - 2018-03-07

Added

  • [webui] Factory reset within Web UI.
  • [webui] + [firmware] Event logging is now live.

Fixed

  • [firmware] Can not login with default password on fresh setup.

Changed

  • [webui] Changes suggested from Codacy.