mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 20:44:23 +00:00
RC Calibration
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
//static const char WIFI_SSID = "IoT_bots";
|
//static const char WIFI_SSID = "IoT_bots";
|
||||||
//static const char WIFI_PASSWORD = "208208208";
|
//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 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) {
|
static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data) {
|
||||||
|
Reference in New Issue
Block a user