mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 14:54:23 +00:00
.
This commit is contained in:
0
ESP-IDF_Robot_RC/build/.ninja_lock
Normal file
0
ESP-IDF_Robot_RC/build/.ninja_lock
Normal file
2
ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD
Normal file → Executable file
2
ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD
Normal file → Executable file
@@ -1 +1 @@
|
||||
ref: refs/heads/main
|
||||
9d7f2d69f50d1288526d4f1027108e314e8c879f
|
||||
|
@@ -18,7 +18,7 @@ set(HEAD_HASH)
|
||||
file(READ "/home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/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.3.2/esp-idf/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
|
2
ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref
Normal file → Executable file
2
ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref
Normal file → Executable file
@@ -1 +1 @@
|
||||
fdefa1d7f2d94c7e51e89e62fdf2ac4499c73465
|
||||
9d7f2d69f50d1288526d4f1027108e314e8c879f
|
||||
|
@@ -160,7 +160,7 @@ void example_espnow_data_prepare(example_espnow_send_param_t *send_param)
|
||||
//memcpy(buf->payload, (uint8_t)16, send_param->len - sizeof(example_espnow_data_t));
|
||||
//memcpy(buf->payload[0], (uint8_t)12, send_param->len - sizeof(example_espnow_data_t));
|
||||
//memcpy(buf->payload[0], 12, send_param->len - sizeof(example_espnow_data_t));
|
||||
buf->payload[0] = (uint8_t)15;
|
||||
buf->payload[0] = (uint8_t)5;
|
||||
ESP_LOGW(TAG, "Payload: %x", (uint8_t)buf->payload);
|
||||
ESP_LOGW(TAG, "Saved value: %x", (uint8_t)buf->payload[0]);
|
||||
buf->crc = esp_crc16_le(UINT16_MAX, (uint8_t const *)buf, send_param->len);
|
||||
|
Reference in New Issue
Block a user