2018-12-14 08:04 AM
Hi,
I have gotten the LL examples included in the STM32F$ firmware package to work on my computer and I am able to open the provided web pages for the ADC SSI and the LED CGI. My question now is how do I include a custom HTML page into this website?
I see a file called fs_custom.c that seems to contain all the raw bytes for the ADC and LED html files, do I add to this?
Any help appreciated, thank you.
2018-12-14 08:28 AM
The file system structures are typically created with MAKEFSDATA or equivalent tools. The original was a Perl tool, but I do recollect a Win32 app
2018-12-14 09:15 AM
Could you explain more? I'm not sure how custom HTML code would fit into this example project.