Remove redundant MQTT subscribe

This commit is contained in:
2026-03-11 16:21:06 +01:00
parent 505ff1ac98
commit 80ea2dcec8
2 changed files with 0 additions and 8 deletions

View File

@@ -20,8 +20,6 @@ void connect_mqtt();
void wlan_connection_handler(WiFiEvent_t event);
void on_mqtt_connection(bool session);
void on_mqtt_disconnection(AsyncMqttClientDisconnectReason reason);
size_t construct_json(float *data, char *buffer, int buffer_size);