enable webserver
This commit is contained in:
parent
baf808bf26
commit
4c3bc6976e
2 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,7 @@ void setup()
|
|||
espmega.begin();
|
||||
// Initialize IoT Modules
|
||||
espmega.enableIotModule();
|
||||
espmega.enableWebServer(80);
|
||||
// Setup Ethernet
|
||||
ETH.begin();
|
||||
espmega.iot->bindEthernetInterface(Ð);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue