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

@@ -2,6 +2,8 @@
#include "StreamAPI.h"
#define SERVER_API_DEFAULT_PORT 4403
/**
* Provides both debug printing and, if the client starts sending protobufs to us, switches to send/receive protobufs
* (and starts dropping debug printing - FIXME, eventually those prints should be encapsulated in protobufs).