From e19252de3f4ce2b3dd58fd07ba35bea84d71f16c Mon Sep 17 00:00:00 2001 From: Moheeb Zara Date: Thu, 11 Jun 2020 11:49:32 -0700 Subject: [PATCH] bump to verson 1.6.1 --- Makefile | 2 +- combine.py | 2 +- main/CommandHandler.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 40d4a49d..e6e33fb2 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ load-passthrough: cp passthrough.UF2 $(BOOT_VOLUME) load-nina: - esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.6.0.bin + esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.6.1.bin load-circuitpython: cp $(CIRCUITPYTHON_UF2) $(BOOT_VOLUME) diff --git a/combine.py b/combine.py index 1e433d79..023ff09f 100644 --- a/combine.py +++ b/combine.py @@ -31,7 +31,7 @@ # zero terminate the pem file outputData[0x10000 + len(certsData)] = 0 -outputFilename = "NINA_W102-1.6.0.bin" +outputFilename = "NINA_W102-1.6.1.bin" if (len(sys.argv) > 1): outputFilename = sys.argv[1] diff --git a/main/CommandHandler.cpp b/main/CommandHandler.cpp index e9176b9e..703995d9 100644 --- a/main/CommandHandler.cpp +++ b/main/CommandHandler.cpp @@ -28,7 +28,7 @@ #include "Arduino.h" -const char FIRMWARE_VERSION[6] = "1.6.0"; +const char FIRMWARE_VERSION[6] = "1.6.1"; // Optional, user-defined X.509 certificate char CERT_BUF[1300];