Skip to content

Commit

Permalink
bump to verson 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilvox committed Jun 11, 2020
1 parent 76b9fc6 commit e19252d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion main/CommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit e19252d

Please sign in to comment.