Update firmware version number and mod'd combine.py to have version number in generated firmware file
This commit is contained in:
@@ -31,7 +31,7 @@ for i in range(0, len(certsData)):
|
|||||||
# zero terminate the pem file
|
# zero terminate the pem file
|
||||||
outputData[0x10000 + len(certsData)] = 0
|
outputData[0x10000 + len(certsData)] = 0
|
||||||
|
|
||||||
outputFilename = "NINA_W102.bin"
|
outputFilename = "NINA_W102-1.3.0.bin"
|
||||||
if (len(sys.argv) > 1):
|
if (len(sys.argv) > 1):
|
||||||
outputFilename = sys.argv[1]
|
outputFilename = sys.argv[1]
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "CommandHandler.h"
|
#include "CommandHandler.h"
|
||||||
|
|
||||||
const char FIRMWARE_VERSION[6] = "1.2.2";
|
const char FIRMWARE_VERSION[6] = "1.3.0";
|
||||||
|
|
||||||
/*IPAddress*/uint32_t resolvedHostname;
|
/*IPAddress*/uint32_t resolvedHostname;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user