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
10
src/legacyctrl.h
Normal file
10
src/legacyctrl.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __LEGACYCTRL_H__
|
||||
#define __LEGACYCTRL_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void handle_after_rx();
|
||||
int legacy_ble_rx(uint8_t *val, uint16_t len);
|
||||
int legacy_usb_rx(uint8_t *buf, uint16_t len);
|
||||
|
||||
#endif /* __LEGACYCTRL_H__ */
|
||||
Reference in New Issue
Block a user