no fun in Germany ;-)

no fun, just rabbits. Lets stay professional.
This commit is contained in:
Frank
2025-11-07 12:08:31 +01:00
parent c58c6ef268
commit c1979f8bc7

View File

@@ -142,7 +142,8 @@ byte renderImageToSegment(Segment &seg) {
} catch (...) { // if we arrive here, the decoder has thrown an OOM exception
gifDecodeFailed = true;
errorFlag = ERR_NORAM_PX;
USER_PRINTLN("\nGIF decoder out of memory. I'm going to shoot myself now.\n");
USER_PRINTLN("\nGIF decoder out of memory. Please try a smaller image file.\n");
//USER_PRINTLN("I'm going to shoot myself now.");
return IMAGE_ERROR_DECODER_ALLOC;
}
#endif