Skip to content

Releases: esprfid/esp-rfid

v0.8.1

01 Sep 11:02

Choose a tag to compare

[0.8.1]

Added

  • [firmware] Global websocket message to inform ws clients to toggle relay (upcoming client version will use it)
  • [webui] incremental id for event log

Fixed

  • [webui] available flash space calculation
  • [webui] #143 duplicate records on User Data backup
  • [firmware] #140 MQTT Heartbeat
  • [webui] official board's hardware settings did not populate

Changed

  • [firmware] do not initialize serial output unless we are debugging
  • [build] slice main.cpp to multiple parts for better readability
  • [webui] Access Type Active to Always
  • [firmware] more reliable activation of relay

v0.8.0

09 Aug 10:32

Choose a tag to compare

[0.8.0]


!!!! Breaking Changes

  • [firmware] Flash partition is changed to 1+3 !!! You need to backup your settings and users before updating to this version
  • [firmware] For wiegand readers card id's changed hexadecimal to decimal !!! You need to change hexadecimal values to decimal values on your user backup file if you have wiegand reader.

Added

  • [build] Optimize code for official board
  • [firmware] mqtt boot, hearthbeat, access message added

Fixed

  • [firmware] #128 Do not retain MQTT publishes
  • [firmware] some compile time warnings fixed

Changed

  • [webui] Default wifi type to AP
  • [firmware] MQTT Messages are now plain JSON encoded texts
  • [build] flash.bat file now asks which firmware to flash

v0.7.6

13 Jul 14:58

Choose a tag to compare

[0.7.6] - 2018-07-13

Fixed

  • [firmware] #98 WDT Reset

v0.7.5

09 Jun 12:49

Choose a tag to compare

[0.7.5] - 2018-06-09

Fixed

  • [build] BearSSL dependency error with Platformio
  • [webui] #115 version numbering
  • [firmware] #101 Permanent AP Mode

Changed

  • [build] Updated PlatformIO configuration file for next PIO release

v0.7.4

28 Apr 14:23
a82ce2e

Choose a tag to compare

[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

v0.7.3

17 Apr 14:49
25d6483

Choose a tag to compare

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

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

Hot Fix for Boot Loop Issue

02 Apr 12:05
37c8a77

Choose a tag to compare

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

Please refer this issue before upgrade. #99

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

[0.7.2] - 2018-04-02

Fixed

  • [webui] MQTT is enabled by default.

v0.7.1

30 Mar 12:11
604d667

Choose a tag to compare

[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

v0.7.0

23 Mar 12:11
4707674

Choose a tag to compare

[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

v0.6.1

14 Mar 08:57
702e713

Choose a tag to compare

[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