bardiabarabadi / uvicMUSE

BlueMuse Alternative with MATLAB Stream (UDP)
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

MuseWrapper.py unable to get_muse_address() #13

Open chatchavan opened 3 years ago

chatchavan commented 3 years ago

The get_muse_address() function doesn't work, probably because the MuseBLE class doesn't have the attribute address.

I've tried to change the code to the following, and it works.

def get_muse_address(self):
        return "xxx" #self.muse.address

I am not proficient in Python3, so I'm unsure how to fix the code. I think something in the MuseBLE class __init__ function could be relevant.