Wind-stormger
Wind-stormger
>重要:请不要删除模板自行填写,所有不按照模板填写的issue,我们将不会处理。 前言: 请务必详细阅读[使用指南](https://copytranslator.gitee.io/guide/)和项目的[project](https://github.com/CopyTranslator/CopyTranslator/projects)并在Issuse中查找您问题的关键词,**您想要的特性有很大的可能已经被实现/已经在计划中/由其他人提出了**,CopyTranslator经过多次迭代,功能越来越丰富(~~复杂~~),不阅读完整使用指南无法完全发挥其功能,如果您阅读完上述内容,确定该特性未被实现/未计划实现。非常欢迎您继续下面的工作提出增加新特性的请求。 **您的功能请求是否与问题有关?请描述一下.** 目前在线OCR都不太好弄了,但要不要考虑一下离线OCR文字识别? **描述您想要的解决方案** 可以尝试引入[PaddleOCR-json](https://github.com/hiroi-sora/PaddleOCR-json) 。 **描述您考虑过的替代方案** 暂无考虑过的替代方案。 **附加背景** [PP-OCR系列模型列表](https://gitee.com/paddlepaddle/PaddleOCR/blob/release/2.4/doc/doc_ch/models_list.md) 。
Fixed the issue that TouchPad failed on esp32s2 and esp32s3 after compiling firmware with ESP-IDF v4.4 and higher versions. Addresses issue #8048 . Solution proposed by this contributor https://github.com/micropython/micropython/issues/8048#issuecomment-1107432527 ....
BPI-Leaf-S2 and BPI-Leaf-S3 boards. BPI-Leaf-S2 board uses esp32-s2 chip. BPI-Leaf-S3 board uses esp32-s3 chip. Both of them have Type-C socket to chip‘s internal USB , battery connector that support charging...
**Describe the bug** When you create a tutorial project and want to write a tutorial about how to use Bluetooth extension, make sure that "radio" has been removed from "pxt....
```py import machine machine.reset() ``` Is there a way to automatically reconnect the serial port REPL during any hard reset? 🤔