RC Calibration

This commit is contained in:
2025-07-26 17:32:34 -04:00
parent de73f154ae
commit fc164b1ae6

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:1883";
static const char* MQTT_BROKER_URI = "mqtt://techquadbit.net";
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) {