mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
fix fc.js
This commit is contained in:
parent
3b496324fa
commit
eaaebf86a7
1 changed files with 2 additions and 2 deletions
4
js/fc.js
4
js/fc.js
|
@ -271,8 +271,8 @@ var FC = {
|
||||||
|
|
||||||
SENSOR_CONFIG = {
|
SENSOR_CONFIG = {
|
||||||
acc_hardware: 0,
|
acc_hardware: 0,
|
||||||
baro_hardware 0,
|
baro_hardware: 0,
|
||||||
mag_hardware 0
|
mag_hardware: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
RX_CONFIG = {
|
RX_CONFIG = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue