From 97b8ce167d5e18f71910a20ae8f71692991a894c Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 8 Oct 2019 22:58:47 -0400 Subject: [PATCH] update combine.py to 1.4.0 --- combine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combine.py b/combine.py index 3d18300..5ce43e9 100644 --- a/combine.py +++ b/combine.py @@ -31,7 +31,7 @@ for i in range(0, len(certsData)): # zero terminate the pem file outputData[0x10000 + len(certsData)] = 0 -outputFilename = "NINA_W102-1.3.1.bin" +outputFilename = "NINA_W102-1.4.0.bin" if (len(sys.argv) > 1): outputFilename = sys.argv[1]