Browse Source

Merge pull request #11413 from eltociear/patch-1

chore: update proto_config.proto
pull/9455/merge
Andrew Shvayka 2 years ago
committed by GitHub
parent
commit
efba1446ad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      common/transport/coap/src/main/proto/efento/proto_config.proto

4
common/transport/coap/src/main/proto/efento/proto_config.proto

@ -31,7 +31,7 @@ message ProtoOutputControlState {
uint32 channel_state = 2; uint32 channel_state = 2;
} }
/* Message containing request data for accesing calibration parameters */ /* Message containing request data for accessing calibration parameters */
message ProtoCalibrationParameters { message ProtoCalibrationParameters {
/* Request details. Bitmask: */ /* Request details. Bitmask: */
@ -349,4 +349,4 @@ message ProtoConfig {
/* BLE advertising period configuration. */ /* BLE advertising period configuration. */
ProtoBleAdvertisingPeriod ble_advertising_period = 59; ProtoBleAdvertisingPeriod ble_advertising_period = 59;
} }

Loading…
Cancel
Save