README for public release; blank default printer address

Download table for release builds, supported-printer table, fork notes,
credits for bundled fonts/libraries. DEFAULT_ADDR is now empty and the
screenshots use a placeholder MAC.
This commit is contained in:
Gracious
2026-09-21 08:40:46 +01:00
parent 42221341d5
commit 23c068b269
4 changed files with 45 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ from niimprint import (
PX_PER_MM = 8
SETTINGS_PATH = Path.home() / ".config" / "niimprint-label" / "settings.json"
DEFAULT_ADDR = "94:11:02:66:16:4D" # your D101 — change in the app, it is remembered
DEFAULT_ADDR = "" # printer Bluetooth MAC / serial port; remembered once entered
def _asset_dir() -> Path: