orange pill

Results 2 comments of orange pill

I personally do not think that is the right way to fix this. A user will want to provision these for free to users without the need of any payment...

Yes - I am doing just that: void displayJPEG(const String& comment) { if (!FlashFS.begin()) { Serial.println("An error occurred while mounting FlashFS"); return; } if (FlashFS.exists("/temp.jpg")) { Serial.println("Removing existing temporary file");...