小然同学

Results 12 issues of 小然同学

Please all of people search with "hashmap c" do not use this project code. Unless someone can solve this problem for me!! Why in hashmap.c the hashmap_hash_int `strlen(keystring)` is 0....

### 这个功能解决了什么问题? 我使用的下面组件: https://youzan.github.io/vant-weapp/#/cell 比如下面图片显示的“单元格大小”字符font-size如何设置: ![image](https://github.com/youzan/vant-weapp/assets/43474491/fd355c36-5313-4371-ad52-bf12bf49b6f5) 我尝试了加入custom-class以下代码没有效果: ``` font-size: 40rpx; ``` 也尝试加入title-width也无效。 ### 你期望的 API 是什么样子的? 希望加入custom-class生效

请问在Flash加密后,NVS的写操作大概是写1次实际在Flash中操作几次块呢,大致比NVS在没有加密的情况多几倍的擦写呢?

在ESP32作为STA时找到多个AP的连接中,FAQ给的答案是: [Connect] 当环境内存在多个相同 SSID 时,设备如何连接 ? 设备会连接优先扫描到的 AP 设备。 如果想要根据信号质量等排序,可以使用 Scan 方法自主筛选。 如果想要连接指定 AP, 可以在连接参数中填入 BSSID 信息。 在https://docs.espressif.com/projects/esp-idf/zh_CN/v5.0/esp32c3/api-guides/wifi.html中提到: 该场景与 [ESP32-C3 Wi-Fi station 连接场景](https://docs.espressif.com/projects/esp-idf/zh_CN/v5.0/esp32c3/api-guides/wifi.html#id30) 相似,不同之处在于该场景中不会产生 [WIFI_EVENT_STA_DISCONNECTED](https://docs.espressif.com/projects/esp-idf/zh_CN/v5.0/esp32c3/api-guides/wifi.html#wifi-event-sta-disconnected) 事件,除非 station 无法连接所有找到的 AP。 那么我想问:...

Hello, when I want to use IDFv4.4.2 and release/1.0 can not compilation passed. And I find if I use master(cf502740f5a6c82a0dc3059e7591c262795f70b2) example get_started to compile is ok, so please update the...

When I use the test_app, I know that different algorithms have their own execution effects. But when I what to use `esp_nn_fully_connected_s8` opened in `repo/test/src/fully_connected_test_c`, I don't know those parameters...

I know the u8g2 can not translate bigger than 32 byte data, but I want to use I2C DMA transmission OLED info. I want to let u8g2 translate one frame...

Because in SSD1306 of u8g2, data is sent in page addressing mode, and after writing the complete 128 columns of data, it will not jump to the next page. But...

In your doc https://docs.espressif.com/projects/esp-sr/zh_CN/latest/esp32s3/audio_front_end/README.html show all of AFE algorithm. ![image](https://github.com/user-attachments/assets/19d2b089-8df6-486d-b3b9-a3bf9ea749f3) I have ESP32-LYRAT_V4.3 want to use all of last picture algorithm. But I don't know the hardware requirements for each...

https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart 在上面的官方介绍中一直用的都是下面版本的方案,在升级Xmake后,Windows版本是否将无法使用? 请维护者确认一下,如果有必要请更新,因为我们都是跟着韦东山走,入门后不应用,咱们RT-Smart生态就感觉会少很多 ![Image](https://github.com/user-attachments/assets/4fcb96e3-80d9-4e7b-800e-6dd0f1e2fc0c)