Releases: esprfid/esp-rfid
Releases · esprfid/esp-rfid
v0.8.1
[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
[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
v0.7.5
v0.7.4
[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
Hot Fix for Boot Loop Issue
######################################
Please refer this issue before upgrade. #99
######################################
[0.7.2] - 2018-04-02
Fixed
- [webui] MQTT is enabled by default.
v0.7.1
[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
v0.7.0
[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
[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