1
0
Fork 0
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:
cTn 2013-06-17 23:36:19 +02:00
parent 74b3fbb63f
commit 9ad8534f0c
7 changed files with 158 additions and 6 deletions

View file

@ -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);
});