Drew Folta
Drew Folta
I'm working on a PR trying to add support for a few SAMD21 and SAMD51 boards, using SoftwareBitBang. I've have an Arduino Pro Mini (AVR 16Mhz 5V) talking to an...
Yeah I figured, but why not try? :) BTW the "crystall-less" QT Py is actually running on the DFLL48M fed by the OSC32K, which the datasheet describes as a "High...
@jdaandersj Thanks! I didn't think to look in the "electrical characteristics" section but that makes sense now. I was able to get the QT Py working, by making it use...
> Mind you, setting up a proxy, mirror fallbacks, etc. would be no small undertaking. There might be some financial undertaking. I'm hoping that setting up the servers/VMs ideally doesn't...
How does this differ from `popToRootViewControllerAnimated`? (Sorry, I just started learning iOS programming.)
I just ran into the same "failed to clean up leftover release history" error when using `telepresence helm upgrade` on an AWS EKS cluster. I was able to work around...
I've been meaning to do some experiments with this but haven't gotten to it. I sometimes make battery powered devices, and in the future would like to use FreeRTOS on...
Another option would be URL query parameters, such as `?nickname=Production/Awesome`. For example Postico supports some query parameters: https://eggerapps.at/postico2/documentation/postico-url-scheme.html
I have a custom version of this library which adds support for per-sketch configuration overrides. It's an approach that is sort-of generic, but really only works cleanly when using something...
Here's what I did. Despite being somewhat generic I don't claim that it's a good approach :) :( * in my platformio project, create a `include/appFreeRTOSConfig.h` with configuration defines (as...