From c59d7de334928a65a3fc81bdf389b08e8c189de4 Mon Sep 17 00:00:00 2001 From: Alex Evans Date: Tue, 25 Jul 2023 18:31:24 +0100 Subject: fix path of bootloader bin --- binmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binmaker.py') diff --git a/binmaker.py b/binmaker.py index da7a26e..4e3b6e2 100644 --- a/binmaker.py +++ b/binmaker.py @@ -4,7 +4,7 @@ def main(): ver2 = '0' ver3 = '0' try: - with open("sw/Release/plinkybl.bin", "rb") as f1: + with open("bootloader/Release/plinkybl.bin", "rb") as f1: bl_content = f1.read() with open("sw/Release/plinkyblack.bin", "rb") as f2: app_content = f2.read() -- cgit v1.2.3