Allow Portduino to set the TCP port

This commit is contained in:
GUVWAF
2022-10-01 12:02:29 +02:00
parent 31dc37150b
commit 2696b04138
3 changed files with 35 additions and 1 deletions

View File

@@ -411,7 +411,7 @@ void setup()
#endif
#ifdef ARCH_PORTDUINO
initApiServer();
initApiServer(TCPPort);
#endif
// Start airtime logger thread.