mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add support for ACK response for Generic Frame Fragments
This commit is contained in:
@@ -384,7 +384,7 @@ esp_err_t RMTManager::send(uint8_t* data, size_t size, rmt_transmit_config_t* co
|
||||
}
|
||||
if (data == nullptr || size == 0 || size > (RMT_SYMBOL_BLOCK_SIZE*4)) {
|
||||
// printf("send() error: data pointer NULL or size 0\n");
|
||||
ESP_LOGE(DEBUG_TAG, "send() error: data pointer NULL or size 0");
|
||||
ESP_LOGE(DEBUG_TAG, "send() error: data pointer NULL or size 0. size: %d", size);
|
||||
return ESP_FAIL;
|
||||
}
|
||||
if (config == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user