esp32貌似会对换行符(\n,0x0a)进行替换。比如我用fwrite发送数据:. Code: Select all const char data[] = {0x0a}; fwrite(data, 1, sizeof(data) ...
確定! 回上一頁