mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble_mesh: stack: The Heartbeat Publication Period Log value can set to 0x11, range: [0, 0x11]
This commit is contained in:
parent
d3f6770665
commit
8a1325dab8
@ -3049,7 +3049,7 @@ static void heartbeat_pub_set(struct bt_mesh_model *model,
|
||||
goto failed;
|
||||
}
|
||||
|
||||
if (param->period_log > 0x10) {
|
||||
if (param->period_log > 0x11) {
|
||||
status = STATUS_CANNOT_SET;
|
||||
goto failed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user