betaflight-configurator/js
Gary Keeble 77c5670d60 Corrections as per PR comments
1. Moved plotStickPositions() function to RateCurve.js and renamed to
drawStickPositions()
2. Modified currentValue to prevent 0/-0 flickering.
3. Layers given unique id’s to remove indexing.
4. RC value monitoring now in function TABS.pid_tuning.checkRC()
5. updateRateLabels now in function TABS.pid_tuning.updateRateLabels()
6. Moved drawAxisLabel() and drawBaloonLabel() into function
TABS.pid_tuning.updateRateLabels() (as they are only used there)
2016-09-18 14:14:54 +01:00
..
libraries removed google-analytics scrap 2016-08-13 15:53:22 +02:00
msp Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames. 2016-09-15 09:27:39 +12:00
protocols disable stats 2016-06-15 22:25:11 -07:00
workers more strict 2014-08-24 23:36:17 +01:00
Features.js Removed empty tooltip for 'OSD' feature. 2016-09-11 23:16:23 +12:00
RateCurve.js Corrections as per PR comments 2016-09-18 14:14:54 +01:00
backup_restore.js Fixed reference from 'MspHelper' to 'mspHelper'. 2016-08-14 01:15:14 +12:00
boards.js Merge pull request #228 from mikeller/add_board_id_extraction_instructions 2016-08-17 17:53:19 +02:00
data_storage.js removed releaseDate entry 2016-08-13 17:49:34 +02:00
fc.js Removed 'rcExpoPower'. 2016-09-06 11:39:59 +12:00
gui.js OSTD Tab redesign 2016-08-01 23:04:17 +12:00
injected_methods.js Added expert mode. Moved FAILSAFE feature back into failsafe tab. 2016-08-24 17:13:20 +12:00
localization.js turning on strict mode for various js files 2014-08-24 23:36:17 +01:00
model.js Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
msp.js Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames. 2016-09-15 09:27:39 +12:00
port_handler.js sync 2015-11-02 22:07:37 +01:00
port_usage.js reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 2014-11-22 06:31:46 +01:00
serial.js disable stats 2016-06-15 22:25:11 -07:00
serial_backend.js Revert "Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames." 2016-09-15 08:46:01 +12:00