We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d606a commit 6ac0bb3Copy full SHA for 6ac0bb3
bt-serial/bt_serial_bridge.py
@@ -42,6 +42,9 @@
42
# spell: ignore FIVEBITS SIXBITS SEVENBITS EIGHTBITS stopbits inotify
43
# spell: ignore bluetoothctl btmgmt hciconfig pairable piscan sdptool
44
45
+# TODO: It would be cool if this server could accept connections on a
46
+# second port, where it only receives serial port configuration options.
47
+
48
49
def main() -> None:
50
parser = argparse.ArgumentParser(
0 commit comments