Dr. Mickey Lauer
Dr. Mickey Lauer
Yes, it does. Right after installing it the compilation went through.
+1 from me as well. I‘m receiving and transmitting SENT signals and those are expected to be continually, too (although there is a logical PAUSE, but then I get „behind“...
@mitchellcairns If you ever write a new generic low-level RMT driver based on your knowledge, please make it open ;-)
Could that be responsible for no resource files being found on newly created Xcode projects?
I agree. Let me revisit this with a fresh look.
This should now work thanks to https://github.com/mickeyl/homebrew-formulae/commit/1b09520ac19f1c6170351dc6a070c4d592209ee0 – please retry.
Is your Nintendo Switch Joystick perhaps a _Classic Bluetooth device_? `CoreBluetooth` (as in the underlying Apple framework) used to deal solely with BLE devices until 2019. I never have used...
@quantrpeter: It's vice versa, classic devices might not work yet, but BLE devices should. What's the output for you when you call `scan` without any parameters? Does it show any...
Odd. Ok, then I'd like to take this up with the Espressif folks. Do we have an issue opened in their repo yet?
BLE and iOS is a delicate story, in particular with respect to performance and stability. It doesn't help that iOS comes with its own shares of bugs. We discussed the...