Skip to content

Commit 53fa3f8

Browse files
committed
upd changelog
1 parent d566f65 commit 53fa3f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

applications/services/desktop/desktop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ static void desktop_input_event_callback(const void* value, void* context) {
191191
Desktop* desktop = context;
192192
if(event->type == InputTypePress) {
193193
desktop_start_auto_lock_timer(desktop);
194-
//--- m96yda
194+
//--- auto_power_off_timer
195195
desktop_start_auto_poweroff_timer(desktop);
196196
//---
197197
}

0 commit comments

Comments
 (0)