Tom Whiston
Tom Whiston
> I would vote for prompting the user when performing the run to enter the passphrase to decrypt. I am generally against this approach as it makes scheduled jobs a...
Thanks for testing this, I don't have either of those boards, unfortunately. I'm using an M0 Pro and this test compiles with that. Not sure if it's relevant but I...
Spoke too soon, I found a way to guard for this
The m0 pro is defined as `ARDUINO_SAMD_ZERO`, which means according to that file it's deliberately skipping using the namespace. I tried moving this to include the namespacing for this chipset...