Skip to content

How to integrate a second webpage  #40

Open
@dagnolof

Description

@dagnolof

The webserver works fine if i have only the index,html file,
What if this index,html fle calls another html file, params,html,
I have some problems to have this params,html processed by a processor,

I added following line in fucntion initWebServer()
server.serveStatic("/params.html", LittleFS, "/params.html").setTemplateProcessor(params_html_processor);

However the function (params_html_processor); is not called when i open the params,html page,

I am stuck on this for quite w while, can you give me some tips on how to solve this please

Thanks you for your tutorial

Best regards,
Fabrizio

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions