mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
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
This commit is contained in:
parent
74b3fbb63f
commit
9ad8534f0c
7 changed files with 158 additions and 6 deletions
|
@ -63,5 +63,5 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
// temporary
|
||||
//$('#content').load("./tabs/gps.html", tab_initialize_gps);
|
||||
//$('#content').load("./tabs/initial_setup.html", tab_initialize_initial_setup);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue