Always Announce MDNS meshtastic service (#5503)

* refactor server api port into define

* always announce MDNS meshtastic service
This commit is contained in:
broglep
2024-12-05 13:02:10 +01:00
committed by GitHub
parent c3d60342f4
commit de774188c9
5 changed files with 9 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ class ethServerPort : public APIServerPort<ethServerAPI, EthernetServer>
explicit ethServerPort(int port);
};
void initApiServer(int port = 4403);
void initApiServer(int port = SERVER_API_DEFAULT_PORT);