Skip to main content
5 events
when toggle format what by license comment
Jul 5, 2022 at 19:05 history edited Michel Keijzers CC BY-SA 4.0
added 89 characters in body
Jul 5, 2022 at 19:04 comment added Michel Keijzers That's also indeed a good way to reduce size, to preventing using a complete class (String in your case). I will add it to my answer
Jul 5, 2022 at 16:03 comment added emma.makes I would need to edit the comment, but it's too late to do so. The reduced size was not due to the change from print() to sendKeyStroke(), rather the fact that I didn't use String(), which I previously used in the print() function call.
Jul 3, 2022 at 14:16 comment added emma.makes Thank you for the feedback! I wasn't aware that unused functions and methods aren't included anyways! I was able to shave off about 3kB by switching from .print() to .sendKeyStroke! I'll keep the other suggestions in mind for future issues!
Jul 3, 2022 at 13:54 history answered Michel Keijzers CC BY-SA 4.0