Updated README.md to incdicate use of Espressif's IDF v3.2; various other clean-ups

This commit is contained in:
Dustin Mollo
2019-04-24 15:44:09 -07:00
parent 67980cf636
commit e2df4fdb4e
6 changed files with 42 additions and 69 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.3.0.bin"
outputFilename = "NINA_W102-1.3.1.bin"
if (len(sys.argv) > 1):
outputFilename = sys.argv[1]