enable webserver

This commit is contained in:
Siwat Sirichai 2024-03-17 22:04:23 +07:00
parent baf808bf26
commit 4c3bc6976e
2 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@ void setup()
espmega.begin();
// Initialize IoT Modules
espmega.enableIotModule();
espmega.enableWebServer(80);
// Setup Ethernet
ETH.begin();
espmega.iot->bindEthernetInterface(&ETH);