1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
inav-configurator/js
Alberto García Hierro e3821b8a3e Don't test for RX_NONE on INAV <= 1.7.3
Since in RX_NONE bit is undefined, bit_check() will always return
true. Fix is just removing RX_NONE from the available RX types
on versions using feature bits for RX, since they won't allow
not having a RX configured (FC will fall back to RX_PPM).

Fixes #287
2017-10-18 10:20:27 +01:00
..
libraries lib updates 2017-03-08 23:39:01 +01:00
msp Use async URL loading for the JSON setting definitions 2017-10-17 19:49:50 +01:00
protocols Update STM32 USB DFU driver 2017-09-16 11:21:52 +10:00
workers more strict 2014-08-24 23:36:17 +01:00
boards.js reboot procedure improvements 2017-01-30 20:34:35 +01:00
data_storage.js update check disabled 2017-01-23 20:21:17 +01:00
eventFrequencyAnalyzer.js Frequency analyzer for MSP frames 2017-01-18 19:10:29 +01:00
fc.js Don't test for RX_NONE on INAV <= 1.7.3 2017-10-18 10:20:27 +01:00
gui.js Merge branch 'master' into msp-queue 2017-01-26 17:14:14 +01:00
injected_methods.js crude port 2016-11-29 19:47:47 +01:00
intervals.js callback update improvements 2017-01-18 22:20:15 +01:00
localization.js various code improvements 2016-11-29 23:10:09 +01:00
model.js mixer added to preset 2017-01-09 19:20:37 +01:00
msp.js Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets 2017-10-11 18:45:49 +01:00
msp_balanced_interval.js adaptive intervals 2017-01-25 21:13:58 +01:00
periodicStatusUpdater.js Support more than 32-bits of modes using MSP_ACTIVEBOXES API 2017-10-10 20:55:04 +10:00
peripherals.js add runcam split suport 2017-08-06 11:05:43 +08:00
pid_controller.js improved PID controller 2017-01-21 21:41:25 +01:00
port_handler.js Wireless mode preselection 2017-01-25 21:39:38 +01:00
serial.js reboot procedure improvements 2017-01-30 20:34:35 +01:00
serial_backend.js Add MSP version to status line 2017-09-08 20:27:49 +10:00
serial_queue.js Updated balancing PID tuning 2017-03-11 13:39:15 +01:00
simple_smooth_filter.js refactoring 2017-01-21 19:07:53 +01:00
tasks.js tab tasks unified 2017-01-18 16:50:35 +01:00
timeouts.js timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
walking_average_filter.js refactoring 2017-01-21 19:07:53 +01:00