1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00
inav-configurator/js
Alberto García Hierro 850632bfee Use async URL loading for the JSON setting definitions
Chrome disallows synchronous URL loading, so all functions requiring
the JSON definitions for the settings over MSPv2 need to be async.
This required rewriting MSPHelper._getSetting() and all its callers
using promises.

Fixes #284
2017-10-17 19:49:50 +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 Add support for the new value FS_ONLY in nav_rth_allow_landing 2017-10-16 11:37:04 +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