Closed JWGracht closed 3 years ago
Memory is saved when the strings used for serial communication are stored in flash memory instead of ram. Most Arduino board have a lot more flash then ram. The F macro ( https://www.arduino.cc/reference/en/language/variables/utilities/progmem/#_the_f_macro ) is used to indicate the compiler to use flash.
Thank you. Merged.
Memory is saved when the strings used for serial communication are stored in flash memory instead of ram. Most Arduino board have a lot more flash then ram. The F macro ( https://www.arduino.cc/reference/en/language/variables/utilities/progmem/#_the_f_macro ) is used to indicate the compiler to use flash.