Update firmware version number and mod'd combine.py to have version number in generated firmware file

This commit is contained in:
Dustin Mollo
2019-04-06 10:26:47 -07:00
parent bb06eb887a
commit 93b4959250
2 changed files with 2 additions and 2 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.bin"
outputFilename = "NINA_W102-1.3.0.bin"
if (len(sys.argv) > 1):
outputFilename = sys.argv[1]

View File

@@ -26,7 +26,7 @@
#include "CommandHandler.h"
const char FIRMWARE_VERSION[6] = "1.2.2";
const char FIRMWARE_VERSION[6] = "1.3.0";
/*IPAddress*/uint32_t resolvedHostname;