This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
PROGMEM #31
hmueller01
started this conversation in
General
PROGMEM
#31
Replies: 1 comment
-
It's simple and ready to use. But no time to test then and implement now. Still waiting for someone's help, such as yours. If you have time, please convert and test the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why is the PROGMEM macro commented in the code?
const char ESP_WM_LITE_HTML_HEAD_START[] /*PROGMEM*/ = "<!DOCTYPE html><html><head><title>ESP_WM_LITE</title><meta name='viewport' content='width=device-width, initial-scale=1'>";
Wouldn't it be better to store all these data in Flash instead of the RAM?
Beta Was this translation helpful? Give feedback.
All reactions