ESP_LOG_BUFFER_HEXDUMP(RX_TASK_TAG, RXdata, rxBytes, ESP_LOG_INFO); //esp_mqtt_client_publish(MQTT_client, AliyunPublishTopic_user_update, (char *)RXdata, rxBytes, 1, 0); // 构建 JSON 字符串 char json_message[512]; // 假设消息长度不超过 512 个字符 snprintf(json_message, sizeof...
Closed 3 tasks done Stack overflow in esp_log_buffer_hexdump_internal when targeting linux 64 bit (IDFGH-12312) #13347 matthew-8925 opened this issue Mar 10, 2024· 4 comments Comments matthew-8925 commented Mar 10, 2024 • edited Answers checklist. I have read the documentation ESP...