extra device topic not needed anymore

This commit is contained in:
2025-05-17 15:35:21 +02:00
parent 08990a7a93
commit 53bf588ba3

View File

@ -15,7 +15,6 @@
#define AIRSPEED_SIM_DOWN "sim/autopilot/airspeed_down"
#define MQTT_SIM_COMMAND_TOPIC "/xplane/meta/cmnd"
#define MQTT_SIM_DEVICE_TOPIC "/xplane/meta/device"
#define MQTT_SIM_LOG_TOPIC "/xplane/meta/log"
#define MQTT_SIM_VALUE_TOPIC "/xplane/rref/#"
@ -107,7 +106,7 @@ void setup() {
while (1);
} else {
Serial.println("MQTT connected");
sendMqttMessage(MQTT_SIM_DEVICE_TOPIC, 1, "Master online");
sendMqttMessage(MQTT_SIM_LOG_TOPIC, 1, "Master online");
}
// subscribe to MQTT topic