mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Add box to pinio monitor/mapper
This commit is contained in:
parent
8294048ce5
commit
6557b161aa
15 changed files with 193 additions and 1 deletions
|
@ -36,3 +36,4 @@ void serializeBoxPermanentIdFn(struct sbuf_s *dst, const box_t *box);
|
|||
typedef void serializeBoxFn(struct sbuf_s *dst, const box_t *box);
|
||||
void serializeBoxReply(struct sbuf_s *dst, int page, serializeBoxFn *serializeBox);
|
||||
void initActiveBoxIds(void);
|
||||
bool getBoxIdState(boxId_e boxid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue