kercre123 / WirePod

Easy-to-use cross-platform builds for wire-pod.
44 stars 10 forks source link

BLE doesn't seem to work on Windows install #22

Closed Zomboy4313 closed 3 months ago

Zomboy4313 commented 3 months ago

Whilst reinstalling WirePod I noticed in the logs that the BLE API does not get set up correctly, I think this is what causes the WirePod Web Interface to not allow directly allow Bot Setup. But I can confirm that my device supports BLE and I used the alternative method on the same device and that worked fine

Screenshot 2024-08-21 at 23 19 42 Screenshot 2024-08-21 at 23 03 31

.

kercre123 commented 3 months ago

Inbuilt BLE only works on Linux systems at the moment, and is only built in to the wire-pod binary if the build flag "inbuiltble" is added. It is only built in to the .deb releases.

Zomboy4313 commented 3 months ago

Ah ok, that explains why it used to work on my Raspberry Pi. Sorry about another random issue 😅