RC Calibration

This commit is contained in:
2025-07-26 17:23:15 -04:00
parent f8a08ed384
commit 7e847ff782

View File

@@ -6,7 +6,7 @@
//static const char WIFI_SSID = "IoT_bots";
//static const char WIFI_PASSWORD = "208208208";
static const char* MQTT_BROKER_URI = "mqtt://techquadbit.net";
static const char* MQTT_BROKER_URI = "mqtt://techquadbit.net:1883";
static const char* MQTT_TAG = "MQTT_Robot";
static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data) {