Bump version to 1.7.4

This commit is contained in:
Phil Howard
2021-06-03 15:04:53 +01:00
parent 6fc263c282
commit e1385807c8
4 changed files with 7 additions and 3 deletions

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.7.3.bin"
outputFilename = "NINA_W102-1.7.4.bin"
if (len(sys.argv) > 1):
outputFilename = sys.argv[1]