Add next gen profile and configurations (#67)
* fix: crash in picture animation * ble: add next gen profile * force read header from flash anyway * fix: bmlist: mem leak * feat: add reset option after legacy transfers
This commit is contained in:
committed by
GitHub
parent
512134607b
commit
4e556ab11f
@@ -68,6 +68,7 @@ bm_t *bmlist_drop(bm_t *bm)
|
||||
head = bm->next;
|
||||
if (bm == tail)
|
||||
tail = bm->prev;
|
||||
free(bm);
|
||||
return bm->next;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user