Write some good code for an Artemis based project

I’ve written some pretty epic code for my Artemis-based datalogger projects, and am starting to wonder if I will run out of SRAM. There are a growing number of bad practise things like global variables, non F()'d strings and use of String objects…

The “freeMemory()” function from AVR micros would be perfect, but there doesn’t seem to be an equivalent for Apollo3.

Hi, if there is SRAM shortage, you’ll see the warning at the time of uploading the code, right? Has that happened to the code that you’ve written?