From d1c9b67c93aa6b654106b69488eec56a3944cbf5 Mon Sep 17 00:00:00 2001 From: Paul XPS Date: Sat, 1 Dec 2018 10:54:30 -0600 Subject: [PATCH] removing the firmware update call people shouldn't need this right now. --- host/scripts/inlretro.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/scripts/inlretro.lua b/host/scripts/inlretro.lua index 1de3aca..25d3b87 100644 --- a/host/scripts/inlretro.lua +++ b/host/scripts/inlretro.lua @@ -152,7 +152,7 @@ function main () --fwupdate.update_firmware("../firmware/build_stm/inlretro_stm.bin") --released INL6 path (big square boards) - fwupdate.update_firmware("../firmware/build_stm6/inlretro_stm_AV00.bin") + --fwupdate.update_firmware("../firmware/build_stm6/inlretro_stm_AV00.bin") --released INL_N path (smaller NESmaker boards) --fwupdate.update_firmware("../firmware/build_stmn/inlretro_stm_AV00.bin")