Merge pull request #4 from docmollo/docs_wpa2_enterprise

Firmware version tweaks
This commit is contained in:
Limor "Ladyada" Fried
2019-04-06 20:08:36 -04:00
committed by GitHub
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;