RC Calibration

This commit is contained in:
2025-07-26 17:48:15 -04:00
parent eed09ac656
commit 88d921f337
5 changed files with 5 additions and 5 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 @@
2512b2e526c2beae6ef594a8a1da2cb6a8455b7b
4c2820d377d1375e787bcef612f0c32c1427d183

View File

@@ -287,8 +287,8 @@ static void wifi_init()
.sta = {
.ssid = "IoT_bots",//WIFI_SSID,
.password = "208208208",//WIFI_PASSWORD,
//.channel = CONFIG_ESPNOW_CHANNEL,
.listen_interval = 0, // Disable listen interval
.channel = CONFIG_ESPNOW_CHANNEL,
//.listen_interval = 0, // Disable listen interval
}
};
ESP_ERROR_CHECK( esp_wifi_set_config(ESPNOW_WIFI_IF, &wifi_config) );