Update apps

- ESP32CAM Camera Suite: Fix pinout diagram GND, fix horizontal flip (by CodyTolene)
- UL: WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage (by CookiePLMonster)
This commit is contained in:
Willy-JL
2024-07-04 00:08:31 +02:00
parent 7ef699d9f6
commit d26df2dd2d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -42,8 +42,10 @@
- Authenticator: Fix URL format (by @akopachov)
- NFC Playlist: Various fixes and improvements, new icon (by @acegoal07)
- BMI160 Air Mouse: Add support for LSM6DSO (by @alex-vg & @ginkage)
- ESP32CAM Camera Suite: Fix pinout diagram GND, fix horizontal flip (by @CodyTolene)
- UL: ESubGHz Chat: Add back NFC key sharing with nfclegacy (by @xMasterX)
- UL: Mifare Nested: Free some space by simplifying nfclegacy lib (by @xMasterX)
- UL: WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage (by @CookiePLMonster)
- UL: RFID Fuzzer: Fix worker being not in LFRFIDWorkerIdle before next key (by @xMasterX)
- UL: Barcode: Fix backlight settings (by @xMasterX)
- OFW: NFC/RFID Detector: Fix some typos (by @Skorpionm)