mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:30:52 +00:00
RC Calibration
This commit is contained in:
@@ -30,7 +30,6 @@ static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_
|
|||||||
void mqtt_app_start(void) {
|
void mqtt_app_start(void) {
|
||||||
esp_mqtt_client_config_t mqtt_cfg = {
|
esp_mqtt_client_config_t mqtt_cfg = {
|
||||||
.broker.address.uri = MQTT_BROKER_URI,
|
.broker.address.uri = MQTT_BROKER_URI,
|
||||||
//.uri = MQTT_BROKER_URI,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
esp_mqtt_client_handle_t client = esp_mqtt_client_init(&mqtt_cfg);
|
esp_mqtt_client_handle_t client = esp_mqtt_client_init(&mqtt_cfg);
|
||||||
|
Reference in New Issue
Block a user