L
L
我也遇到: E (10536) Dynamic Impl: mbedtls_ssl_fetch_input error=76 E (10546) esp-tls-mbedtls: read error :-0x004C E (10546) transport_base: esp_tls_conn_read error, errno=Software caused connection abort E (10556) mqtt_client: esp_mqtt_handle_transport_read_error: transport_read() error: errno=113 I...
大概率是内存资源紧张导致的,功能删减以后问题就消失了。我目前是这么解决的。
> > 1.5.9 车载SH1106时屏幕除了控件以外区域全部被填充了颜色控件颜色为黑色其余部分被屏幕的显色填充初始化时发送0XA6可以短暂去掉颜色填充请问如何关闭除UI控件之外的显示 > > // draw white > std::vector buffer(width_, 0xFFFF); > for (int y = 0; y < height_; y++) { > esp_lcd_panel_draw_bitmap(panel_, 0, y, width_, y...
现在159和160都是这种奇奇怪怪的错误 咋解决嘞 `/root/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: ../managed_components/espressif__esp-sr/lib/esp32s3/libc_speech_features.a(esp_speech_features.c.obj): in function `esp_fftr': /home/sunxiangyu/workspace/esp_sr_lib/components/c_speech_features/esp_speech_features/esp_speech_features.c:294:(.text.esp_fftr+0x31): undefined reference to `dsps_fft4r_fc32_ae32_' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. ninja failed with exit code 1,...