Commit Graph

37 Commits (c96565ed463094aef25ecef28b59dd56d127023c)

Author SHA1 Message Date
Dominic Clifton 8c10f39606 Add support for backup and restore of led strip config.
Various minor code cleanups.
10 years ago
Dominic Clifton 0285723fab First cut of working configuration migration. 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 32820853ce Updating to use API version 1.1. 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
cTn 9ee7670af7 add backupFileMinVersionAccepted in data storage, release 10 years ago
cTn b35590f052 exprimental restore procedure 10 years ago
cTn f30d886f79 use deep copy for all members 10 years ago
cTn a67bbac54b first set of bugfixes, store configurator version in the backup file 10 years ago
cTn 4f0ddfb5b2 highly experimental backup sequence (latest fw only), restore sequence disabled due to being outdated and incompatible 10 years ago
cTn fa2888f463 normalize backup save date 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 177498bd20 catch some runtime errors in current context 10 years ago
cTn e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 10 years ago
cTn e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 10 years ago
cTn cc8e53205d fix style 10 years ago
cTn ec44b77ff2 lots of work on removing global variables 10 years ago
cTn 36f456d2e7 turning on strict mode for various js files 10 years ago
cTn 5abe7473f8 moving send_message routine to MSP object 10 years ago
cTn 6a33801463 default tab moved to i18n 11 years ago
cTn 74e9256e75 correcting MSP implementation, optimizations 11 years ago
cTn 36a79f8902 simplify 11 years ago
cTn 985d5233a2 resolving callback hell in backup routine 11 years ago
cTn 9b29f78e3e whitespace trimming run 11 years ago
cTn dfdddad767 polishing backup object 11 years ago
cTn 0339f87d86 more robust approach 11 years ago
cTn 7d4e7f8310 write to file IO bugfix 11 years ago
cTn 8686a45831 adding more user-notify messages 11 years ago
cTn b9a09b38a0 callback based upload for restoring settings 11 years ago
cTn 10caea40d4 don't allow reading files bigger then 1MB 11 years ago
cTn 957e1d3bd4 extending backup support (MISC) 11 years ago
cTn 6992f4b7f9 removing obsolete timeout 11 years ago
cTn fd62b8568c validation 11 years ago
cTn e7a02d0e21 moving to GUI integrated interval/timeout model 11 years ago
cTn 29343686c5 upload section for the restore function 11 years ago
cTn 9ad8534f0c initial strikes for backup and restore featureset
currently the backup part (file creation and latest data pull appears to
be working just fine)
restore part of the code is already able to pickup and read the file
(without any version verifications (for now, will add some if necessary
/ needs more field testing)
next step is to push the reconstructed values to the respective data
arrays and objects and then uploading this new data to the flight
controller
11 years ago