Hello !
I want to pass output of adc module to web browser via ssi handlers, but SSI handlers does pass the char * instead of int * . So, how can I pass my buffer pointer to SSI handler so it can be displayed on web browser. What changes can I do to make it possible, does it require changes in http_rawserver.c file of LWIP or it can be without of doing change in lwip files.
Regards