poprawki w lab e

This commit is contained in:
student cs.pollub.pl
2026-05-16 09:45:27 +02:00
parent 7e1d30658c
commit 1a59e07f78
73 changed files with 3521 additions and 337 deletions

View File

@@ -28,7 +28,7 @@ public class ExperimentManager : MonoBehaviour
public static ExperimentManager Instance;
[Header("MQTT Settings")]
public string brokerIp = "127.0.0.1";
public string brokerIp = "172.30.106.19";
public int port = 1883;
public string topicM5Stick = "m5stick/state";
public string topicSeeed = "seeedstudio-mr60bha2/state";