We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ca1b19 + 5ad427c commit 80cf875Copy full SHA for 80cf875
js/settingsCache.js
@@ -12,7 +12,7 @@ var settingsCache = (function() {
12
const SETTINGS_KEY = 'settings';
13
14
privateScope.getSetingKey = function(settingName) {
15
- return FC.CONFIG.target + '_' + FC.CONFIG.flightControllerVersion + '_' + settingName;
+ return FC.CONFIG.target + '_' + FC.CONFIG.flightControllerVersion + '_' + FC.CONFIG.buildInfo + '_' + settingName;
16
}
17
18
publicScope.flush = function() {
0 commit comments