Search found 2 matches
- Thu Mar 24, 2022 2:34 am
- Forum: ESP32 Arduino
- Topic: Concatenate PROGMEM strings
- Replies: 4
- Views: 3991
Re: Concatenate PROGMEM strings
@lbernstone I had a look at your example, and it's a bit involved for my current experiments - but I will definitely look into it some more, as it looks like an good way to manage involved web pages. The simpler way using an additional handler to "simulate" the image placed at an URL is good for my ...
- Thu Mar 17, 2022 3:00 am
- Forum: ESP32 Arduino
- Topic: Concatenate PROGMEM strings
- Replies: 4
- Views: 3991
Concatenate PROGMEM strings
Hi, I'm building a simple web interface to a simple ESP32 application to learn about the ESP32 WROOM processer. I have 3 html pages and I would like the same logo to be present on every page. The logo is represented in the html img tag shown below in the code, and the image itself is rather big (mem...