Steve
Steve
The workaround was simply to put those 3 lines in AndroidManifest.xml. I just think they should be included in the demo code. Actually, I now have the lines below. I'm...
I'm a little confused here. Are the commands pip install spyder-vim and conda install spyder-vim -c spyder-ide as shown in README.md not supposed to work? I understand that if it...
Just a "me too". I really need to use SdFat, or at least something more reliable than SD.h. I have added web functions to my project, but I'll have to...
Mostly a "me too" in February 2018: using the latest R 3.4.3 and RStudio 1.1.419 I get the background image for either letterCloud() or the figPath option of wordcloud2. There...
> #include "SD.h" #include "FS.h" A solution using SD.h does not help. I get much higher error rates using SD.h. My current workaround is 1. For static files I put...
Another new Pico learner here in a similar situation. I took the advice of using Chapter 8 from Getting Started, but I used the code from the hello_multicore example. cmake...
Still a problem in 2024. For example, if I am on https://www.arduino.cc/reference/en/language/functions/communication/stream/streamreadbytesuntil/ and I click Stream in the breadcrumb line it takes me to https://www.arduino.cc/reference/en/ This is just a list...
Yes, the same issue from 2024 is still there. The link takes you to the index instead of the topic.
Any chance you can post that wrapper? SD.h is unreliable for me (on Arduino Nano ESP32), but SdFat is stable, so I need to use SdFat.
Thank you! I missed your post for a few days and came up with the workaround of replacing send(SD, filename . . . ) calls with sendChunked and my own...