mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Add and option to flush settings cache
This commit is contained in:
parent
e1c302438b
commit
6d25fbb8b8
4 changed files with 21 additions and 0 deletions
|
@ -17,6 +17,7 @@ var settingsCache = (function() {
|
|||
|
||||
publicScope.flush = function() {
|
||||
store.delete(SETTINGS_KEY);
|
||||
console.log('Settings cache flushed');
|
||||
};
|
||||
|
||||
publicScope.get = function(settingName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue