Jakeler / ble-serial

"RFCOMM for BLE" a UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows
https://blog.ja-ke.tech/tags/#bluetooth
MIT License
264 stars 37 forks source link

ble-serial script problem #1

Closed rsostar closed 4 years ago

rsostar commented 4 years ago

ble-scan works fine but when I try to run ble-scan -d xx:xx:xx..... it gives me the following in from ble_serial.fs_log import FS_log, Direction File "", line 1 (filename=) ^ SyntaxError: invalid syntax

I have Python 3.7 on RPI4.

Jakeler commented 4 years ago

That is because I used a Python 3.8 feature there. Not really necessary, otherwise it should work with Python 3.6+, so I will change it.

Jakeler commented 4 years ago

New version 1.1.1 is up with the fix, please try it.