v0.9.8
fix: app.js: Use \r\n, fix connections= service setting update: config.json: fix some service flags that were misset Add ServiceFlags.txt: brief description of wtv-service flags update: Moved tellyscripts to wtv-1800:/preregister update: fixed bug where "send_tellyscript was undefined" update: initial work on bf0app flashrom support (incomplete)
This commit is contained in:
@@ -22,8 +22,9 @@ function doLocalFlashROM(flashrom_file_path) {
|
||||
}
|
||||
}
|
||||
|
||||
var romtype = ssid_sessions[socket.ssid].get("wtv-client-rom-type");
|
||||
|
||||
if (request_headers.query.raw) {
|
||||
if (request_headers.query.raw || romtype == "bf0app") {
|
||||
if ((/\.brom$/).test(request_path)) headers += "Content-Type: binary/x-wtv-bootrom"; // maybe?
|
||||
else headers += "Content-Type: binary/x-wtv-flashblock";
|
||||
var flashrom_file_path = null;
|
||||
|
||||
Reference in New Issue
Block a user