disable a bunch of print statements to speed things up
This commit is contained in:
@ -33,7 +33,7 @@ static ssize_t read_sensors(struct bt_conn *conn, const struct bt_gatt_attr *att
|
||||
const char *value = attr->user_data;
|
||||
size_t size = sizeof(sensors_raw_t);
|
||||
|
||||
LOG_INF("Attribute read, handle: %u, conn: %p, bytes: %d", attr->handle, (void *)conn, size);
|
||||
// LOG_INF("Attribute read, handle: %u, conn: %p, bytes: %d", attr->handle, (void *)conn, size);
|
||||
|
||||
return bt_gatt_attr_read(conn, attr, buf, len, offset, value, size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user