1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Add Benewake TFmini/TF02 support

This commit is contained in:
jflyper 2017-12-16 15:09:58 +09:00
parent 03a4426fe1
commit a510091bf1
10 changed files with 334 additions and 6 deletions

View file

@ -112,7 +112,7 @@ const char * const lookupTableMagHardware[] = {
#endif
#if defined(USE_SENSOR_NAMES) || defined(USE_RANGEFINDER)
const char * const lookupTableRangefinderHardware[] = {
"NONE", "HCSR04"
"NONE", "HCSR04", "TFMINI", "TF02"
};
#endif