IAMLIUBO
IAMLIUBO
好像是[这里](https://www.thirtythreeforty.net/)
> 请问SDK2.2.0大概要编译多久?我进一直都是编译两三分钟。但是我今天把相同的工程发给别人发现他只要12秒。我自闭了。。。然后我看了看我之前看的视频教程也很快。安信可的论坛好像没提过编译速度的问题,这么慢的编译速度改程序太慢了。还有烧录的步骤。给开发带来了好大的麻烦,特来请教。 Hi, 我这边编译确实也是也就十几秒,你是什么开发方式?1.Windows + Eclipse 2.Windows + 虚拟机 3.Ubuntu + GCC ?
> 啊,不好意思。忘了说我是WINDOWS+ECLIPSE 另一个人应该也是win+eclipse 可以编译别的文件试试,这种情况没遇见过。 另:不建议在这个issue下提问,这个主要汇总一些问题和解决办法,可以点击 **New issue** 发起新的提问,有提问模板,可以帮助我更好的分析问题。
## [01]-TCP通信Demo中,运行TCP_Server.py脚本失败 ### 遇到的问题  运行脚本提示:[WinError 10049]在其上下文中,该请求的地址无效。 ### 解决办法 [戳链接](https://github.com/imliubo/makingfunxyz-esp8266/issues/4) ### 原因分析 本机IP与脚本中的IP不一致,或者监听的端口没有在防火墙中打开,无法发起监听事件。
Hi @FZR95 , 请增加更详细的描述,现在看起来应该是没有正确运行起来.
这不太清楚,不过以后可以先擦除一下。
Hi @elect-gombe , Thanks for help me,I try this motion file again,the problem still exists. It was fail in this line: ```C filread(&f,&motioncount,sizeof(uint32_t)); motionlist = (motion_t*)malloc(sizeof(motion_t)*motioncount); if(motionlist == NULL){ fail();...
看一下 [M5Pi-Launcher](https://github.com/imliubo/M5Pi-Launcher/tree/870a251a8f5348b5696e45d8034bc286631881a7)中的 patch 文件夹和 顶层 CMakeList.tx
> Which display driver do you use with esp32-s3? I use a C code driver(not ili94341.py). > ESP32 compiles with your changes, but does not run correctly. For example, esp_clk_cpu_freq...
A liitle process for esp32s3. Simple test with example3 and use ili9XXX.py driver, but esp32s3 has some problem. [video](https://youtu.be/MlNXUsc142w) Left is esp32, right is esp32s3.