HuYang

Results 10 comments of HuYang

Hi thanks for your follow up, here is my `platformio.ini` ```ini [env:simia] platform = espressif32 board = waveshare_esp32s3_zero framework = arduino lib_deps = ccccraz/simia_embedded@^0.0.2 mathertel/OneButton@^2.6.1 ``` it is pretty simple....

Hi, guys. Although I haven't figured out this problem yet, I fixed my problem by moving all the `preferences` objects out of the class and using them directly in the...

> I think you want flash_mode to be dio even when memory_type is qio_opi. This behavior of the flash is a symptom of memory misconfiguration. Oh, thank you very much...

> I think you want flash_mode to be dio even when memory_type is qio_opi. This behavior of the flash is a symptom of memory misconfiguration. Hi! If my understanding is...

> The entry `flash_mode`will be auto corrected if the entry `memory_type` is set See https://github.com/pioarduino/platform-espressif32/blob/b5f52780f89ec1055f91ece174cd2e9be02d06dd/builder/main.py#L90-L108 > > The boards json is fine as it is. NOT the reason for issues....

> The entry `flash_mode`will be auto corrected if the entry `memory_type` is set See https://github.com/pioarduino/platform-espressif32/blob/b5f52780f89ec1055f91ece174cd2e9be02d06dd/builder/main.py#L90-L108 > > The boards json is fine as it is. NOT the reason for issues....

@conda-forge/staged-recipes I think this recipe is ready for merging. Is there anything else I need to do?

@conda-forge/help-go I think this recipe is ready for merging. Is there anything else I need to do?

So what other options do we have? I currently prefer to package the library-like repositories into Matlab toolboxes. For example, `matmoteGO` and `matlab-zmq`

I've found the following two solutions: 1. Using the `mpm` provided by the official Matlab, although it's confusing that cloud repository is not supported, it should be feasible through the...