update combine.py to 1.4.0

This commit is contained in:
brentru
2019-10-08 22:58:47 -04:00
parent 133f48dd74
commit 97b8ce167d

View File

@@ -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]