Update main.c

pull/205/head
Alex 8 years ago committed by GitHub
parent a230f4262c
commit 4bddea7cac
  1. 3
      esp-link/main.c

@ -97,7 +97,8 @@ HttpdBuiltInUrl builtInUrls[] = {
{ "/services/info", cgiServicesInfo, NULL }, { "/services/info", cgiServicesInfo, NULL },
{ "/services/update", cgiServicesSet, NULL }, { "/services/update", cgiServicesSet, NULL },
{ "/pins", cgiPins, NULL }, { "/pins", cgiPins, NULL },
{ "/telnet", cigTelnet, NULL}, { "/telnet", cgiTelnet, NULL},
{ "/telnet/update", cgiTelnet, NULL},
#ifdef MQTT #ifdef MQTT
{ "/mqtt", cgiMqtt, NULL }, { "/mqtt", cgiMqtt, NULL },
#endif #endif

Loading…
Cancel
Save