Skip to content

Commit f0238b8

Browse files
committed
Complete update to fw 1.1.8
1 parent 761d663 commit f0238b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/MKRWANFWUpdate_standalone/fw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unsigned char mlm32l07x01_bin[] = {
1+
const unsigned char mlm32l07x01_bin[] = {
22
0x00, 0x50, 0x00, 0x20, 0x51, 0x14, 0x01, 0x08, 0xa1, 0x14, 0x01, 0x08,
33
0xa1, 0x14, 0x01, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
44
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

src/MKRWAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const T& Max(const T& a, const T& b)
208208
static const char LORA_OK[] = "+OK";
209209
static const char LORA_ERROR[] = "+ERR";
210210

211-
static const char ARDUINO_FW_VERSION[] = "ARD-078 1.1.7";
211+
static const char ARDUINO_FW_VERSION[] = "ARD-078 1.1.8";
212212
static const char ARDUINO_FW_IDENTIFIER[] = "ARD-078";
213213

214214
typedef enum {

0 commit comments

Comments
 (0)