mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Enable HoTT as a telemetry provider.
Import cGiensen's HoTT telemetry implementation - untested.
This commit is contained in:
parent
08ee21cd58
commit
3ca868a59f
13 changed files with 499 additions and 14 deletions
13
src/cli.h
Normal file
13
src/cli.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* cli.h
|
||||
*
|
||||
* Created on: 6 Apr 2014
|
||||
* Author: Hydra
|
||||
*/
|
||||
|
||||
#ifndef CLI_H_
|
||||
#define CLI_H_
|
||||
|
||||
extern uint8_t cliMode;
|
||||
|
||||
#endif /* CLI_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue