Tool/software: TI-RTOS
Hello,
I currently have a well-running http server, but the page content is a bit large (including images) and the final productwill use the same program to correspond to different product models.
Different product models have different *.index and *.png.
Is there a way to change html files and image files while the program is running? (Transfer data via i2C)
(Update *.index, * .png depending on the situation)
Since *.index is converted to *.c, I don't know how to implement it now.
Thank you.