vovagorodok / ArduinoBleOTA

Upload firmware over Bluetooth
MIT License
24 stars 8 forks source link

dbus Module not found while using `uploader.py` #22

Closed HareshPrajapati closed 1 year ago

HareshPrajapati commented 1 year ago

With Windows 10 and the script available in /tools/uploader.py, I am attempting to do OTA, but I am receiving a module not found error in python script (see image). The "dbus-python" module would not install; it appears to be out of date. please help..!! image

vovagorodok commented 1 year ago

Hi, dbus is linux-only module. I have plans to create script for other os: https://github.com/vovagorodok/ArduinoBleOTA/issues/18

HareshPrajapati commented 1 year ago

Okay, Thanks ! If possible then use Bleak.

vovagorodok commented 1 year ago

Done. Please check