mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-05 12:54:57 +00:00
Removed callback line
This commit is contained in:
@@ -73,7 +73,6 @@ void setup() {
|
|||||||
// Stel MQTT-broker in met websockets
|
// Stel MQTT-broker in met websockets
|
||||||
client.setServer(mqtt_server, mqtt_port);
|
client.setServer(mqtt_server, mqtt_port);
|
||||||
reconnectMQTT();
|
reconnectMQTT();
|
||||||
client.setCallback(callback);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
Reference in New Issue
Block a user