1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2024-05-12 20:23:07 +02:00
parent e1c302438b
commit 6d25fbb8b8
4 changed files with 21 additions and 0 deletions

View file

@ -17,6 +17,7 @@ var settingsCache = (function() {
publicScope.flush = function() {
store.delete(SETTINGS_KEY);
console.log('Settings cache flushed');
};
publicScope.get = function(settingName) {