Skip to content

Commit 2e63499

Browse files
author
Scott Powell
committed
* companion: protocol ver bumped to 8.
1 parent 4a5404d commit 2e63499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/companion_radio/MyMesh.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
#define CMD_SEND_BINARY_REQ 50
5151
#define CMD_FACTORY_RESET 51
5252
#define CMD_SEND_PATH_DISCOVERY_REQ 52
53-
#define CMD_SET_FLOOD_SCOPE 54
54-
#define CMD_SEND_CONTROL_DATA 55
53+
#define CMD_SET_FLOOD_SCOPE 54 // v8+
54+
#define CMD_SEND_CONTROL_DATA 55 // v8+
5555

5656
#define RESP_CODE_OK 0
5757
#define RESP_CODE_ERR 1
@@ -101,7 +101,7 @@
101101
#define PUSH_CODE_TELEMETRY_RESPONSE 0x8B
102102
#define PUSH_CODE_BINARY_RESPONSE 0x8C
103103
#define PUSH_CODE_PATH_DISCOVERY_RESPONSE 0x8D
104-
#define PUSH_CODE_CONTROL_DATA 0x8E
104+
#define PUSH_CODE_CONTROL_DATA 0x8E // v8+
105105

106106
#define ERR_CODE_UNSUPPORTED_CMD 1
107107
#define ERR_CODE_NOT_FOUND 2

examples/companion_radio/MyMesh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "AbstractUITask.h"
66

77
/*------------ Frame Protocol --------------*/
8-
#define FIRMWARE_VER_CODE 7
8+
#define FIRMWARE_VER_CODE 8
99

1010
#ifndef FIRMWARE_BUILD_DATE
1111
#define FIRMWARE_BUILD_DATE "2 Oct 2025"

0 commit comments

Comments
 (0)