mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
fixed bug in soft_i2c driver (doesnt affect anyone except testing)
added VAR_FLOAT to cli - now allows setting/printing float vars fixed newlines in pwm driver exported new althold tunables to cli (some are floats) - still not enabled by default until I know it works git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@219 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
parent
f3ce558871
commit
817eb09b8a
6 changed files with 2955 additions and 2923 deletions
2
src/mw.h
2
src/mw.h
|
@ -3,6 +3,8 @@
|
|||
/* for VBAT monitoring frequency */
|
||||
#define VBATFREQ 6 // to read battery voltage - nth number of loop iterations
|
||||
|
||||
#define BARO_TAB_SIZE_MAX 48
|
||||
|
||||
#define VERSION 211
|
||||
|
||||
#define LAT 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue