Test bluetooth connection, update readme

This commit is contained in:
AndBondStyle
2023-10-30 02:24:39 +03:00
parent 16cd7e4ff3
commit e75ec6e330
2 changed files with 12 additions and 5 deletions
-1
View File
@@ -45,7 +45,6 @@ from niimprint import BluetoothTransport, PrinterClient, SerialTransport
)
def print_cmd(model, conn, addr, density, image):
assert model != "d11", "D11 support may be broken (test yourself)"
assert conn != "bluetooth", "Bluetooth support may be broken (test yourself)"
if conn == "bluetooth":
addr = addr.upper()