Where to find LwIP incoming payload data for webserver?
STM32CubeIDE Version: 1.12.0
Build: 14980_20230301_1550 (UTC)
I have a STM32F407 Discovery board running a web server. I have a simple webpage with a single button that when clicked, displays a text message below the button. I had issues with the server at first due to the const keywords that were in the fsdata.c file, but it is working fine now.
Where is the buffer for the incoming button click and the text message located? Is there a weak callback function somewhere that handles incoming data? I want to intercept the message and take action based on the incoming data.
I used STM32CubeIDE to create the server and accepted all of the default settings.
