MeterLogger
Functions
httpd_user_init.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void httpd_user_init (void)
 

Function Documentation

◆ httpd_user_init()

void httpd_user_init ( void  )

Definition at line 75 of file httpd_user_init.c.

References httpdInit(), and INFO.

75  {
77  INFO("\nReady\n");
78 }
HttpdBuiltInUrl builtInUrls[]
ICACHE_FLASH_ATTR void httpdInit(HttpdBuiltInUrl *fixedUrls, int port)
Definition: httpd.c:509
#define INFO(...)
Definition: debug.h:17
Here is the call graph for this function: