diff --git a/src/main.cpp b/src/main.cpp index 436c84d..8bb33fd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ #include "mavlink_heartbeat.h" // ── Mode : true = ESP32 crée son propre hotspot false = connexion au Jetson ── -#define MODE_AP true +#define MODE_AP false // ── Ports ──────────────────────────────────────────────── const uint16_t LOCAL_PORT = 14550;