1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/iotbox/patches/disable-bluetooth-driver.patch

13 lines
254 B
Diff

--- driver.py.orig 2019-06-27 22:11:55.411759929 +0200
+++ driver.py 2019-06-27 22:12:02.794867070 +0200
@@ -396,6 +396,6 @@
m.daemon = True
m.start()
-bm = BtManager()
-bm.daemon = True
-bm.start()
+#bm = BtManager()
+#bm.daemon = True
+#bm.start()