radiacode icon indicating copy to clipboard operation
radiacode copied to clipboard

Added the possibility of building and running the project on Mac (without bluetooth)

Open RamonBeast opened this issue 1 year ago • 1 comments

Due to bluepy not working on Mac, it's not possible to install and run the project on Mac devices as it is. I modified the project so that bluepy is excluded from the build if the platform is a Mac. I've also made some changes to basic.py to allow the main example to run on Mac as well.

RamonBeast avatar May 05 '24 12:05 RamonBeast

Doesn't break on my Ubuntu machine.

ckuethe avatar May 06 '24 02:05 ckuethe

and codestyle errors from tests: https://github.com/cdump/radiacode/actions/runs/8958200767/job/24765854405?pr=32

cdump avatar May 09 '24 07:05 cdump

Please fix ruff linter errors from failing CI test (https://github.com/cdump/radiacode/actions/runs/9030194133/job/24818308952?pr=32) and I'll merge this

cdump avatar May 10 '24 11:05 cdump

I somehow missed it, fixed and pushed.

RamonBeast avatar May 11 '24 04:05 RamonBeast

Still have code-format ruff issues - you can run tests localy: https://github.com/cdump/radiacode/blob/master/.github/workflows/tests.yml#L26

cdump avatar May 11 '24 05:05 cdump

Last one should be the good one!

RamonBeast avatar May 11 '24 07:05 RamonBeast