Ryan Powell

Results 637 comments of Ryan Powell
trafficstars

Thanks! I think we can use the alternative power get/set functions through NimBLE API that I am working on in #198

Nice catch, thanks. Amazing that this has never been mentioned before. I'll fix this in the currently open PR.

I wish this were possible but it is sadly not. Support for C6 and H2 is hindered by the way the Arduino core is configured when the bluetooth libs are...

Hmm, i lied... kinda. Here is a branch that compiles, no idea if it will work, probably not due to mixing of functions but give it a go and let...

That's odd, it seemed to link fine with the latest Arduino commit in platformio.

Actually I modified platformio to be able to build from the latest commit on master branch. Thanks though, I'll try that and see if I can reproduce.

Reproduced and fixed, please do a reset --hard on the branch and try again. I'm not expecting it to work but worth a shot. Sadly I do not have one...

lol, not surprised at all. Mixing code is what's happening here. The real fix for this will be to rename A LOT of functions and hope that's enough.

I've just pushed an update that renames all the conflicting symbols. Please do a `reset --hard` on the branch and let me know what happens.

Thanks,that's too bad. Definitely need a backtrace to progress. I'll try to get my hands on a board to test with soon.