Hi sorry for a newbee question but can’t seem to figure out how to insert an eeprom read into a html table? I just need to replace both 23% below to display epprom reading from": EEPROM.read(25);
this not a valid C++ function at all, and the ESP-core does not support this. You need to first transfer the html into either a char * or a String (could be in progmem though)
what i do is i put it in to a String and add all dynamic parts into that on the fly,
I’m a total total newbee just learning code. I’ve been basically learning OFF other peoples examples/code. But a lot of times other peoples examples/written code is bad. I’m looking for the simples way to add html with live variables from EEPROM