Skip to content

Releases: esprfid/esp-rfid

Hot Fix for v0.5

06 Mar 11:12
bc7e5bd
Compare
Choose a tag to compare

[0.5hotfix1] - 2018-03-06

Added

  • !!!! Breaking Change !!!! [firmware] Factory reset on boot if GPIO-16 is LOW or SPIFFS is corrupted. Make changes accordingly.
  • [webui] Touch detect on touch enabled devices in order to open/close sidebar on swipe.
  • [webui] Logout is now live (this is actually a dirty hack);

Fixed

  • [dev tools] - Websocket emulator time was static
  • [firmware] #68 NTP functions cause Exception 9 and ESP crashes

Changed

  • [webui] Embarrassing multiple HTM pages now reduced to one.
  • [webui] Better representing of device and browser times on NTP settings.
  • [webui] Prevent closing restore modal until it is finished.
  • [firmware] Refactored NTP.

Removed

  • [webui] Removed GPIO-16 options due to it is being used for Factory Reset
  • [firmware] Drop usage of NTPClientLib.

New Fields

02 Mar 13:26
2e1c08b
Compare
Choose a tag to compare

Proudly present you New Fields esp-rfid v0.5 update. Completely re-worked web pages, ajax powered, blazing fast loading times.

[v0.5beta] 2018-03-02

Added

  • [firmware + webui] Embedded web files
  • [firmware + webui] MQTT to main branch.
  • [firmware + webui] Access column to logs for the information, if the access was granted or not @romanzava
  • [build] Travis CI
  • [firmware] Glyphicons redirection for SPIFFS's limited 32 char filename.
  • [dev tools] WebSocket emulator for rapid web page development. (This require node.js)
  • [build] Gulp script for auto css/js file concat and gzip
  • [dev tools] Offline static web page development capability (enter "neo" as admin password for local testing)
  • [dev tools] gulp script for PROGMEM web files.

Changed

  • [webui] New look and feel - refactored Web UI
  • [webui] Hardcoded FooTable Add/Edit text
  • [webui] Only support woff glyphicons font
  • [dev tools] Clean and beautify main.cpp @nardev
  • [webui] Minor cosmetic changes
  • [webui] Javascript loading moved to end of the html
  • [build] more meaningful directories for web files.
  • [webui] RSSI percent calculation
  • [firmware] Limit printScanResult to 5 best (based on RSSI) networks around (esp becomes unresponsive if there are too many networks)
  • [build] pio script where we were trying to modify flashing parameters it was affecting SPIFFS upload too.

Fixed

  • [firmware + webui] MQTT - UID publish was missing.

Removed

  • [firmware] Web files no longer contained in SPIFFS
  • [firmware] SPIFFS Editor.
  • [firmware] Confusion about MFRC533 reader.

Last Arduino IDE compatible source

17 Jan 06:12
f427dd7
Compare
Choose a tag to compare

Point for pure Arduino IDE code.