Commit Graph

216 Commits (b6a55f247afdc213010fcc24919361faa7367198)

Author SHA1 Message Date
Dominic Clifton 519de30f6e Allow saving of LED Strip configuratiion via MSP. Requires firmware
with new MSP_SET_LED_STRIP_CONFIG.

Remove some .toUpperCase() duplication since it was only needed for the
CLI commands panel.
Minor CSS cleanups.
Some variable and class renaming to align with firmware code.
10 years ago
Roeland Lutters 9b083c9bb9 Update messages adjustments
Update messages adjustments PID to more accurate versions.
10 years ago
Dominic Clifton c5e2a13b6c First cut of port of LED Strip configuration UI.
Thanks for the original code decompyler!
10 years ago
Dominic Clifton e4bc970680 Use i18n for tab switch message. 10 years ago
Dominic Clifton 3a4ea7e1c1 Update messaging used when api version is incompatible. 10 years ago
Dominic Clifton 6031907163 Merge branch 'development' of https://github.com/Roeland54/cleanflight-configurator into Roeland54-development 10 years ago
Dominic Clifton f5ba166c15 Add failsafe feature to RX section. 10 years ago
Dominic Clifton 0285723fab First cut of working configuration migration. 10 years ago
Dominic Clifton eda54f13db Update RSSI channel configuration. 10 years ago
Roeland Lutters 272cfea963 Merge branch 'master' into development
* master:
  CLI available for old firmware versions
10 years ago
Roeland Lutters 32a27b73a7 CLI available for old firmware versions 10 years ago
Dominic Clifton 6df04c151a Updating link to releases. 10 years ago
Dominic Clifton 26d6c1a562 Allow baud rate configuration on the Configuration tab. 10 years ago
Dominic Clifton bfa689be40 Overhaul of the configuration tab. 10 years ago
Dominic Clifton b905632f0e Merge branch 'UKTamo-patch-1' into development 10 years ago
Dominic Clifton c58ca02d8f Merge branch 'patch-1' of https://github.com/UKTamo/cleanflight-configurator into UKTamo-patch-1 10 years ago
Dominic Clifton d671bff583 First cut of functional 'Ports' tab. Support backup and restore of
serial port scenarios and baud rates.  Add note to 'features' tab.
10 years ago
Dominic Clifton fe72557b12 Removing more review related code. Adding skeleton of new Ports tab. 10 years ago
Dominic Clifton 32820853ce Updating to use API version 1.1. 10 years ago
Dominic Clifton 0aa33393c4 Improve firmware flasher messaging. 10 years ago
Paul Rogalinski 7a800444b5 Force the user to pick a fimrware before loading 10 years ago
Dominic Clifton a7dc838cdc Removing review code. 10 years ago
Dominic Clifton 29018001c0 Change the text on the 'Save' button on the Configuration to 'Save and
Reboot' to reflect it's behaviour.
10 years ago
Dominic Clifton b58ffa9994 Rename 'Auxilary' tab to 'Modes' to be more user friendly. 10 years ago
Dominic Clifton 7522d97092 Adjust tab titles for simplicity. 10 years ago
Dominic Clifton 2be5eedf18 Add message about `dump` command to backup/restore note. 10 years ago
Dominic Clifton 502cf718ab Update backup/restore functionality so that it restores adjustments,
auxiliary settings and channel forwarding (per-profile).  Add "Warning
Cell Voltage" to the UI.
10 years ago
Dominic Clifton e1d2fb3163 Update hardware list (sparky, cc3d, cjmcu, etc). 10 years ago
Dominic Clifton 7692b7354a Update configuration for Cleanflight settings. 10 years ago
Dominic Clifton ccc0b839e6 Minor tweaks to the firmwre flasher. 10 years ago
Dominic Clifton c6867d3c52 Update the firmware flasher to provide more details about the release.
Add warning message about target selection.
10 years ago
Dominic Clifton dac49093a0 Update firmware flasher so that it uses files available via the github
releases api.
10 years ago
Dominic Clifton a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
10 years ago
UKTamo d86d697690 Update messages.json
Warning that this flashing can potentially wipe settings
10 years ago
jaahaavi 9cf60224b2 Added Warning Cell Voltage
Added Warning Cell Voltage to Battery voltage in Configuration tab. When battery has deployed to level that is defined with warning cell voltage buzzer starts slow beeping and copter can still land safely. When min voltage is reached beeper start fast "screaming" and LIPO is empty (to point when it could be damaged from over discharging if using that default 3.3V).
10 years ago
cTn 5e165b286b implemented simple review mechanism 10 years ago
cTn 7ff93d5781 add link pointing to baseflight wiki on github
#57
10 years ago
cTn 97e37347d6 implementing the highly wanted select box for hand picking firmware builds that are available on baseflight.net 10 years ago
Dominic Clifton 91971f3871 Update message regarding cli exit which now has different behaviour. 10 years ago
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
10 years ago
cTn ad005a3f1c revamped option part of firmware flasher UI 10 years ago
cTn ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 10 years ago
Dominic Clifton 2733f4832e Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
10 years ago
Dominic Clifton a08ae2b7c6 Update donation links. 10 years ago
Dominic Clifton 7400a2af2f Internationalize mode range copy. 10 years ago
cTn 3d64b87578 add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 10 years ago
cTn cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 10 years ago
cTn 6968faaac9 more rcmap select box options and tooltip with visual clue 10 years ago
cTn fe4240deb7 rssi_aux_channel support in receiver tab, hybrid box bugfixes 10 years ago
cTn 6be76d855d implement channel map including validation and UI compatibility fallback 10 years ago
cTn 1d3b2e57fc another attempt to cleanup the initial tab 10 years ago
cTn 0c175725b1 support for currentscale and currentoffset, ui fully working both read and write 10 years ago
cTn f2ac7369de add gps info block to fill some of the whitespace 10 years ago
cTn 6f9c5cb6f2 multiwiicurrentoutput checkbox, BF_CONFIG will be extended when firmware updates 10 years ago
cTn 4b40695ace swap groups according to request 10 years ago
cTn ba046031ed add midthrottle (midRc) as requested, placeholder multiwiicurrentoutput variable 10 years ago
cTn ee0dec96d8 gps related configuration 10 years ago
cTn ce53bc99f2 add serial rx type configuration write/read working 10 years ago
cTn 370ad21f85 desc text for throttle and battery category 10 years ago
cTn c537616a39 hooked up (mostly palceholder) text to various inputs 10 years ago
cTn ab8d8e1a56 board alignment, accel trim, mag declination 10 years ago
cTn a34357d92a initializing input elements for throttle and battery, changed to 2 row design 10 years ago
cTn c352199434 working mixer list with mixer preview 10 years ago
cTn fdbfdfd31d working feature selection (both read and write), missing description and nicer text 10 years ago
cTn 945b86f9b2 rename translation shortcuts, drop configuration files in 10 years ago
cTn 4fd36df425 renaming auxiliary tab 10 years ago
cTn df738f9daf new device messages that indicate reboot and ready states 10 years ago
Dominic Clifton 7de9d1099b Update baseflight specific message in firmware flasher for cleanflight. 10 years ago
Dominic Clifton bf13a11dc2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	changelog.html
	js/data_storage.js
	js/protocols/stm32.js
	manifest.json
	tabs/auxiliary_configuration.js
	tabs/default.css
	tabs/default.html
	tabs/firmware_flasher.js
	tabs/servos.js
10 years ago
cTn 37de8dfefa new simplified flasher status UI 10 years ago
cTn bed74a5f62 add note about flash slowly to explain its purpose 10 years ago
cTn 322af92d45 add / implement flash slowly option in firmware flasher
this will allow flashing via serial adapters that doesn't support 921600
flashing via various bluetooth adapters will be also possible now
(untested)
10 years ago
cTn 81e4211cc3 text polish 10 years ago
cTn 5bfc81e317 text polish 10 years ago
cTn 026f01434a moving backers to sponsors block 10 years ago
Dominic Clifton 1688b41eb2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	changelog.html
	main.js
10 years ago
Dominic Clifton 58f933e92c Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	tabs/auxiliary_configuration.html
	tabs/auxiliary_configuration.js
	tabs/receiver.css
10 years ago
cTn 71c0cb65b3 display true heading and heading offset inside 3D cube area 10 years ago
cTn 918d02bedc updating welcome text, manifest version, changelog, release 10 years ago
cTn 4ce533826d updating welcome/default text 10 years ago
cTn 2642307864 better clarify firmware flasher note 10 years ago
cTn e8093b5797 polishing some of the UI outstanding quirks 10 years ago
cTn 1e459d1af8 loggin polish, sample counter bugfix 10 years ago
cTn f2aa899fe0 polishing firmware flasher UI and messages 10 years ago
cTn 8dfec796ee add error message for not being connected 10 years ago
cTn 211bd5b89e add valid way to exit logging in pass through mode 10 years ago
cTn f70b6f64ff add i2c error counter in status bar 10 years ago
cTn a0582fd79f adding request usb permissions UI (DEV only) 10 years ago
Dominic Clifton 32c2e76784 Update links and messages. 10 years ago
cTn 46cf844e7e display current draw in A not mA 10 years ago
cTn d68bd29191 initial support for current sensor code from Lux 10 years ago
cTn d71741497a release 10 years ago
cTn 7e7e2925f3 retain log file access between sessions 10 years ago
cTn 18a1626c17 i18n run 10 years ago
cTn fa90030759 loggin tab, initial work on IO 10 years ago
cTn 2c91452eee reorganize 11 years ago
cTn 96ce646aa1 firmware flasher i18n support 11 years ago
cTn 9fbec01a81 cli i18n support 11 years ago
cTn ef2e8086d5 sensors i18n support 11 years ago
cTn 36a47f5abd motors i18n support 11 years ago
cTn c6efcf1850 gps i18n support 11 years ago
cTn 67a25c96d3 servos i18n support 11 years ago
cTn efb481227c aux i18n support 11 years ago
cTn a7c0e56254 receiver i18n support 11 years ago
cTn eb973cff16 initial setup i18n support 11 years ago
cTn eac97e1b59 pid tuning got full i18n support 11 years ago
cTn 6a33801463 default tab moved to i18n 11 years ago
cTn 245328272c serial backend now support i18n 11 years ago
cTn e1ceee4fa4 started moving messages to translation system 11 years ago
cTn e2755ea179 polished sensor indicators 11 years ago
cTn 6049cf0ec4 dedicated options icon/button (live access) 11 years ago
cTn 8c4a4277f8 implementation of options tab, polished statusbar 11 years ago
cTn 7af2c39aca moving firmware version info to gui.log 11 years ago
cTn 58d43c381b removal of char_counter, new port_usage, i18n
added bitrate to serial object, removed last bits of 'port_handler'
interval code forgotten in the kill routines, new port_usage is now
saved in a separate file
11 years ago
cTn db9a4f4dc0 first i18n entry (moving notification strings) 11 years ago
cTn c9d22a9002 initial changes required for i18n system 11 years ago