Skip to content

Commit b8e4829

Browse files
committed
ble_gatts: update fan mode definitions
1 parent 090735e commit b8e4829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/user/ble_gatts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ static void profile_fan_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t
208208
memcpy(rsp.attr_value.value, &desc_val_fan, sizeof(desc_val_fan));
209209
} else {
210210
rsp.attr_value.len = 8;
211-
rsp.attr_value.value[0] = 0x02;
211+
rsp.attr_value.value[0] = 0x04;
212212
rsp.attr_value.value[1] = 0x00;
213213
rsp.attr_value.value[2] = 0x00;
214214
rsp.attr_value.value[3] = 0x00;

0 commit comments

Comments
 (0)