RC Calibration

This commit is contained in:
2025-07-26 17:38:32 -04:00
parent 2d58c962db
commit 67d12a17de
5 changed files with 4 additions and 4 deletions

View File

View File

@@ -1 +1 @@
ref: refs/heads/main
4c2820d377d1375e787bcef612f0c32c1427d183

View File

@@ -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)

View File

@@ -1 +1 @@
b091917e5e9ede7c4010fc1138dfd8c915256ba6
4c2820d377d1375e787bcef612f0c32c1427d183

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 = "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) {