1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 17:25:14 +03:00
inav-configurator/js/msp
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
..
MSPchainer.js chainer for MSP requests 2017-01-06 19:59:19 +01:00
MSPCodes.js Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets 2017-10-11 18:45:49 +01:00
MSPHelper.js Use async URL loading for the JSON setting definitions 2017-10-17 19:49:50 +01:00