ESP32-C3 RC

This commit is contained in:
2025-01-03 10:17:41 -05:00
parent c011ecc098
commit ccdc218df8
5 changed files with 4 additions and 4 deletions

View File

View File

@@ -1 +1 @@
ref: refs/heads/main
c9763f62dd00c887a1a8fafe388db868a7e44069

View File

@@ -18,7 +18,7 @@ set(HEAD_HASH)
file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
set(GIT_DIR "/home/abobkov/MyProjects/ESP-Nodes/.git")
set(GIT_DIR "/home/abobkov/esp/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 @@
47d1ce295b7066c53bdaf7909957cbf626101f80
c9763f62dd00c887a1a8fafe388db868a7e44069

View File

@@ -800,7 +800,7 @@ static void display_chip_temperature () {
void onDataReceived (uint8_t *mac_addr, uint8_t *data, uint8_t data_len) {
//memcpy(&buf, data, sizeof(buf));
//buf = (sensors_data_t*)data;
buf = (sensors_data_t*)data;
/*ESP_LOGW(TAG, "Data was received");
ESP_LOGI(TAG, "x-axis: 0x%04X", buf->x_axis);
ESP_LOGI(TAG, "y-axis: 0x%04X", buf->y_axis);