mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-04 20:05:41 +00:00
RC Calibration
This commit is contained in:
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
||||
ref: refs/heads/main
|
||||
4c2820d377d1375e787bcef612f0c32c1427d183
|
||||
|
@@ -18,7 +18,7 @@ set(HEAD_HASH)
|
||||
file(READ "/home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "/home/alex/github/ESP-Nodes/.git")
|
||||
set(GIT_DIR "/home/alex/esp/v5.4.1/esp-idf/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
|
@@ -1 +1 @@
|
||||
b091917e5e9ede7c4010fc1138dfd8c915256ba6
|
||||
4c2820d377d1375e787bcef612f0c32c1427d183
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
//static const char WIFI_SSID = "IoT_bots";
|
||||
//static const char WIFI_PASSWORD = "208208208";
|
||||
static const char* MQTT_BROKER_URI = "hqtt://74.14.210.168";//"mqtt://mqtt.techquadbit.net";
|
||||
static const char* MQTT_BROKER_URI = "mqtt://74.14.210.168";//"mqtt://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) {
|
||||
|
Reference in New Issue
Block a user