Revert "Merge branch 'dev' of https://github.com/zefie/zefie_wtvp_minisrv into dev"

This reverts commit c383b76e82, reversing
changes made to 7661cf604a.
This commit is contained in:
MattMan
2022-10-31 12:31:37 -04:00
parent c383b76e82
commit 76187b4c81
3 changed files with 6 additions and 9 deletions

View File

@@ -164,7 +164,7 @@ class WTVFlashrom {
})
res.on('end', function () {
if (self.minisrv_config.config.debug_flags.debug) console.log(` * zefie's FlashROM Server HTTP Status: ${res.statusCode} ${res.statusMessage}`)
if (self.minisrv_config.config.debug_flags.debug) console.log(` * Zefie's FlashROM Server HTTP Status: ${res.statusCode} ${res.statusMessage}`)
if (res.statusCode == 200) {
var data = Buffer.from(data_hex, 'hex');
} else if (res.statusCode == 206) {