Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@omersiar omersiar released this 28 Jan 11:21

[1.0.2] 2019-01-28

Thanks community for the contributions
Special thanks to @Pako2 and @donatmarko.

BREAKING CHANGES (These changes will break your data on device, please make sure made a backup, also you can not use your old settings on this release but only can restore user data)

Added

  • [firmware] Open/Close Button support @donatmarko
  • [firmware] Logging Open/Close Button @donatmarko
  • [firmware] the VERSION string is now defined at the beginning of main.cpp @Pako2
  • [firmware] #218 Added latching relay support @donatmarko
  • [firmware] #189 Flash layout changed to 2MB Firmware / 2MB SPIFFS Data @Pako2
  • [firmware] Support for RDM6300 RFID readers (125kHz, UART) #163 @arduino12 / concurrently by @Pako2
  • [firmware] debug firmware for debugging purposes
  • [tools] executables for tools (no longer need to have node js and gulp for web ui development - only lightly tested)
  • [firmware] LED_BUILTIN lights up while wifi connected and flashes when it waits for wifi @Pako2
  • [webui] IP address choice option in AP mode @Pako2
  • [webui] favicon.ico @Pako2
  • [tools] websocket emulator can now store new configuration temporarly
  • [firmware] log for firmware update #152
  • [webui] Expired access attempts logged as "Expired"

Fixed

  • [firmware] UART Monitor speed @donatmarko
  • [firmware] avoid double Serial.begin @Pako2
  • [firmware] removing redundant terminating null character @Pako2
  • [firmware] fix the loadconfiguration loop @Pako2
  • [firmware] not able to connect MQTT server #157 @fivosg
  • [firmware] a MQTT message typo #157 @wamboin23
  • [webui] some breaks on web pages
  • [webui] usage of !important CSS rule
  • [firmware] #191 relay type inversion @Pako2
  • [firmware] #190 Increase PN532::WaitReady debug level @Pako2
  • [firmware] validuntil is being ignored #151
  • [firmware] the boot loop when ssid is empty on configuration file (actually more a workaround than a fix) #154

Changed

  • [firmware] unify output format debug print of PICC @Pako2
  • [firmware] Improve onWsEvent() function @Pako2
  • [build] Change release type to a zip file (was tar.gz before)
  • [webui] scrollbar on desktop screens (now hidden)
  • [webui] sidebar colors (i hope you like it, standart bootstrap color)
  • [webui] sanity check for firmware update file #152
  • [firmware] lock MFRC522 library to version 1.4.1