upd changelog

This commit is contained in:
MX 2024-12-06 12:51:06 +03:00
parent d566f650bd
commit 53fa3f85b3
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83
2 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
## Main changes
- Current API: 78.2
* SubGHz: Jolly Motors support (with add manually) (Thanks @pkooiman !)
* Desktop: Auto Power Off Timer (by @Dmitry422 with some fixes by @xMasterX)
* OFW PR 4025: Increase system stack's reserved memory size (Fix USB UART Bridge Crash) (by @Astrrra)
* OFW: merged gsurkov/vcp_break_support branch for usb uart bridge (WIP!!!)
* Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
## Other changes
* No changes yet :(
* OFW: NFC: Plantain parser Last payment amount fix
* OFW: NFC clipper: BART station ids for San Lorenzo, Bay Fair
* OFW: Fix typo for mf_classic_key_cahce_get_next_key() function
<br><br>
#### Known NFC post-refactor regressions list:
- Mifare Mini clones reading is broken (original mini working fine) (OFW)

View File

@ -191,7 +191,7 @@ static void desktop_input_event_callback(const void* value, void* context) {
Desktop* desktop = context;
if(event->type == InputTypePress) {
desktop_start_auto_lock_timer(desktop);
//--- m96yda
//--- auto_power_off_timer
desktop_start_auto_poweroff_timer(desktop);
//---
}