Resolved! Why would increasing array size slightly cause a "RAM overflowed" error
I wrote my own FIFO class that doesn't use dynamic memory allocation as far as I can tell. It has been working fine until I tried to increase the size of an array in the struct that my class puts in the FIFO. Here's the FIFO.hpp file:#pragma once ...