Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

High RAM usage #13

Open
anindyamitra15 opened this issue Jun 19, 2021 · 1 comment
Open

High RAM usage #13

anindyamitra15 opened this issue Jun 19, 2021 · 1 comment

Comments

@anindyamitra15
Copy link
Member

It is a good practice to keep global variables small
Free resources as soon as your work is done
Avoid large globals or static variables in embedded programming unless necessary

@PSR0001
Copy link

PSR0001 commented Jul 24, 2022

USE F string Literals .
#define F(string_literal) (FPSTR(PSTR(string_literal)))

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants