v0.1.39: Fixed syntax error and enhanced Bluetooth recovery\n\n- Fixed unterminated f-string in Bluetooth reset commands\n- Added comprehensive Bluetooth stack reset for persistent BLE errors\n- Maintained all previous fixes for Classic Bluetooth and connection stability\n- Updated version to 0.1.39 with corrected CHANGELOG\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -82,7 +82,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001
|
||||
app = FastAPI(
|
||||
title="Fichero Printer API",
|
||||
description="REST API for the Fichero D11s (AiYin) thermal label printer.",
|
||||
version = "0.1.38",
|
||||
version = "0.1.39",
|
||||
lifespan=lifespan,
|
||||
docs_url=None,
|
||||
redoc_url=None,
|
||||
|
||||
Reference in New Issue
Block a user