Merge branch 'dev'

This commit is contained in:
zefie
2021-08-11 02:32:13 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ if (!request_headers.query.path) {
headers = errpage[0];
data = errpage[1];
} else {
var wtvflashrom = new WTVFlashrom(minisrv_config, service_vaults, service_name, minisrv_config.services[service_name].use_zefie_server, true);
var wtvflashrom = new WTVFlashrom(minisrv_config, service_vaults, service_name, minisrv_config.services[service_name].use_zefie_server, false, true);
var request_path = request_headers.query.path;
// read flashrom header info into array using WTVFlashrom class

View File

@@ -15,7 +15,7 @@ class WTVFlashrom {
this.service_name = service_name;
this.use_zefie_server = use_zefie_server;
this.bf0app_update = bf0app_update;
this.no_debug = no_debug
this.no_debug = no_debug;
this.minisrv_config = minisrv_config;
}