Releases: TheNitek/RfidShelf
Releases · TheNitek/RfidShelf
1.17
1.16
1.15
Release 1.14
- Added support for Mifare Ultralight tags
- Fixed memory initialization error which made the web ui not update after starting playback
- Fixed resume feature
Release 1.13
- Add hash navigation
- Fix upload and deletion bugs in web UI
- Compress html during platformio build (Arduino Build will NOT update the HTML code anymore)
Release 1.12
- Lots of refactorign!
- Web interface is now fully ajax based
- Web interface design tweaked
- Compile option for hardware buttons added
- Allow/enable OTA update over HTTPS (without certificate check)
- Fixed resume behaviour when web interface and card are used alternating
- Fixed amp power down (was not disabled when paused)
Release 1.11
- Shelf did not pause correctly (worked only by coincidence )
- Nightmode timed out even though timeout was not over yet.
Release 1.10
Bugfix für #36
Release 1.9
- Added "pause" feature for WebUI
- Cards will now resume playback (instead of start again from the beginning) when placed again on the shelf if no other cards has been placed on the shelf in the meantime
Release 1.8
- Added night mode
- Removed HTTP playback (since it didn't really work)
- Various improvements