reactivate mqtt output

This commit is contained in:
2023-05-31 09:11:26 +02:00
parent 22eb6788c3
commit e0d6853961
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class NTRIPClient {
WiFiClient* ntripClient;
NTRIPClientStates state = NTRIPClientStates::notAvailable;
bool transmitLocation = true;
bool transmitLocation = false;
bool activated = true;
bool autoReconnect = false;