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";

View File

@@ -4,7 +4,7 @@ using UnityEngine.SceneManagement;
public class FlagTrigger : MonoBehaviour
{
[Header("Ustawienia Przejścia")]
public string nextSceneName = "ExperimentalScene"; // Nazwa sceny badawczej
public string nextSceneName = "TESTING"; // Nazwa sceny badawczej
public string nextPhaseName = "Experimental"; // Nazwa folderu/fazy dla menedżera
// Zabezpieczenie, żeby scena nie próbowała się załadować 5 razy w ułamku sekundy