We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c1141 commit 5a4a80fCopy full SHA for 5a4a80f
.github/workflows/examples-linux-arm.yaml
@@ -67,6 +67,8 @@ jobs:
67
--target linux-arm64-light-rpc-ipv6only-clang \
68
--target linux-arm64-thermostat-no-ble-clang \
69
--target linux-arm64-lit-icd-no-ble-clang \
70
+ --target linux-arm64-fabric-admin-clang-rpc \
71
+ --target linux-arm64-fabric-bridge-no-ble-clang-rpc \
72
build \
73
"
74
- name: Bloat report - chip-tool
examples/platform/linux/RpcClientProcessor.cpp
@@ -33,7 +33,6 @@ namespace {
33
34
// Constants
35
constexpr size_t kMaxTransmissionUnit = 256;
36
-constexpr uint32_t kDefaultChannelId = 1;
37
const char * kDefaultRpcServerAddress = "127.0.0.1";
38
39
// RPC Stream and Channel Setup
0 commit comments