George White
George White
Looks like this has already been done. You're in the PlatformIO package manager as #ID 664. ``` arduino-fsm =========== #ID: 664 A library for implementing a finite state machine Version:...
I'm also seeing this crasher. It appears to occur if the textInput has been given focus and has a `onChangeText` callback set.
@winglonelion are you using the version published in npm? I noticed that a PR to fix #188 was accepted, and it might be the resolution for this issue. I’m trying...
I've submitted #207 with a fix for this. Basically, the `viewController` needs to be presented on the main thread to prevent the crash once the keyboard has been displayed (such...
This is definitely an issue with the limitations of the M0/SAMD21 boards. I ran into this using an M0 Express, so I tried it with an SAMD51 board (Grand Central...
@jeremypoulter Great! Unfortunately, I don’t think it’s universal, since `nrfprog` doesn’t have a binary available on all platforms. For example, on Raspberry Pi, the current `pio run -t bootloader` leads...
I think binding the bootloader upload protocol to the app uploaded protocol selection makes sense. Adafruit defaults to nrfutil, so they probably consider it stable enough. At the same time,...
Thanks @nsamala. I’ve been away from this for a bit, but I’ll dig up your code and do a PR for this some point soon.
@mauriezh I’m not sure what you’re asking. Looking at your screencap, I’m going to guess that you’re using the upstream version of the package (based on the what I can...
@mauriezh one other thought: are you using a Feather nrf52 (with an nrf52832 onboard) or the Feather nrf52840? The firmware procedure here is only meant for the former board (unless...