..
connection
Merge pull request #2048 from iNavFlight/dzikuvx-mps-queue-improvements
2024-04-27 22:21:43 +02:00
libraries
[electron] fix case for js/libraries/jBox (iaw upstream)
2024-04-24 14:44:10 +01:00
msp
Consolidate the old PIDProfile
and Profile
in to Control Profile
2024-06-02 18:54:28 +01:00
protocols
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron
2024-04-18 18:30:48 -03:00
workers
more strict
2014-08-24 23:36:17 +01:00
appUpdater.js
Fixes, Readme, Makers
2024-04-21 20:46:16 -03:00
bitHelper.js
Allow reassignment of led pin to servos or motors
2024-05-11 23:47:19 +02:00
boards.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
CliAutoComplete.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
configurator_main.js
Add and option to flush settings cache
2024-05-12 20:23:07 +02:00
data_storage.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
debug_trace.js
Move code for the debug trace window to an external script
2018-02-12 21:41:49 +00:00
defaults_dialog.js
remove not needed debug
2024-05-17 11:23:23 +02:00
defaults_dialog_entries.js
Enable wizard pages
2024-05-17 11:16:37 +02:00
eventFrequencyAnalyzer.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
fc.js
Refactor programming defines and extract definitions to separate modules
2024-05-21 08:32:01 +02:00
feature_framework.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
flightModes.js
Generate AUX_CONFIGS from FLIGHT_MODES
2024-05-11 22:37:09 +02:00
fwApproach.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
fwApproachCollection.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
globalSettings.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
globalUpdates.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
globalVariablesStatus.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
groundstation.js
Merge pull request #1961 from Scavanger/Electron
2024-04-23 21:42:20 +02:00
gui.js
Fix tab switching
2024-05-17 15:25:22 +02:00
helpers.js
Pass FC.CONFIG as reference
2024-05-10 14:37:39 +02:00
injected_methods.js
Add DataView.asHex()
2020-01-21 20:56:38 +00:00
intervals.js
Merge branch 'master' into dzikuvx-groundstation-activation
2024-04-25 12:56:27 +02:00
localization.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
logicCondition.js
Refactor programming defines and extract definitions to separate modules
2024-05-21 08:32:01 +02:00
logicConditionOperantTypes.js
Consolidate the old PIDProfile
and Profile
in to Control Profile
2024-06-02 18:54:28 +01:00
logicConditionOperators.js
Consolidate the old PIDProfile
and Profile
in to Control Profile
2024-06-02 18:54:28 +01:00
logicConditionsCollection.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
logicConditionsStatus.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
ltmDecoder.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
main.js
Merge branch 'master' of https://github.com/RomanLut/inav-configurator into submit-serial-receiver
2024-04-28 21:25:24 +02:00
model.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
motorMixerRuleCollection.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
motorMixRule.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
msp.js
Status updated changes
2024-04-26 21:36:02 +02:00
mwnp.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
outputMapping.js
Use new special label info from msp to tag led pin.
2024-05-31 17:30:44 +02:00
periodicStatusUpdater.js
Status updated changes
2024-04-26 21:36:02 +02:00
peripherals.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
port_handler.js
Update port_handler.js
2024-05-15 15:03:43 +08:00
programmingPid.js
Refactor programming defines and extract definitions to separate modules
2024-05-21 08:32:01 +02:00
programmingPidCollection.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
programmingPidStatus.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
safehome.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
safehomeCollection.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
serial_backend.js
Do not use MSP_BOXNAMES
2024-05-11 09:05:50 +02:00
serial_queue.js
get rid of drop ratio and PID controller
2024-04-26 22:20:41 +02:00
serialPortHelper.js
remove not needed debug
2024-05-17 11:23:23 +02:00
servoMixerRuleCollection.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
servoMixRule.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
settings.js
Fix additional tabs
2024-05-05 21:40:10 +02:00
settingsCache.js
Add and option to flush settings cache
2024-05-12 20:23:07 +02:00
simple_smooth_filter.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
sitl.js
Merge branch 'master' of https://github.com/RomanLut/inav-configurator into submit-serial-receiver
2024-04-28 21:25:24 +02:00
tabs.js
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
timeouts.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
vtx.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
walking_average_filter.js
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
waypoint.js
bing dem datum fix
2024-04-27 11:49:58 +01:00
waypointCollection.js
Fix mission planner
2024-04-24 09:56:27 -03:00
wizard_save_framework.js
Finish receiver wizard page
2024-05-17 11:04:18 +02:00
wizard_ui_bindings.js
Move UI bindings to separate module
2024-05-17 08:50:20 +02:00