Switch to STA mode (MODE_AP false) — connexion hotspot Jetson WireClaw

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 17:43:08 +02:00
parent ba3221ae4f
commit c6e488e0e2

View File

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