1
0
forked from me/IronOS

Update ble_handlers.cpp

This commit is contained in:
discip
2023-03-11 01:45:44 +01:00
committed by GitHub
parent d88eed4e18
commit 6174d80586

View File

@@ -254,7 +254,6 @@ int ble_char_write_setting_value_callback(struct bt_conn *conn, const struct bt_
OLED::setRotation(getSettingValue(SettingsOptions::OrientationMode) & 1);
break;
default:
BT_WARN("Unhandled uuid_value in %s. Got 0x%x", PRETTY_FUNCTION, uuid_value);
break;
}
return len;