mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Allow Portduino to set the TCP port
This commit is contained in:
@@ -411,7 +411,7 @@ void setup()
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_PORTDUINO
|
||||
initApiServer();
|
||||
initApiServer(TCPPort);
|
||||
#endif
|
||||
|
||||
// Start airtime logger thread.
|
||||
|
||||
Reference in New Issue
Block a user