MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / begin

Method begin

src/Web/MyWebServer.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void MyWebServer::begin()
113{
114 /* Start webserver */
115 gWebServer.begin();
116}
117
118void MyWebServer::end()
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected