Chiao-Wei Wang

Results 13 comments of Chiao-Wei Wang

I've open a PR gautamkrishnar/motrix-webextension#118 to add cookies support for `motrix-webextension`, and can successfully download the actual Google Drive files with Motrix. ![Demo](https://user-images.githubusercontent.com/76680670/232788367-f8386aa9-eaa6-45f7-8caa-a44dfdd3ec71.gif) You may build & try it on...

> Same, Motrix cannot download from Google Drive, it grabs the html I am also using the Motrix WebExtension to take over webbrowser downloads I've open a PR gautamkrishnar/motrix-webextension#118 to...

It can be downloaded normally with the AppleSilicon version [Motrix-1.8.11-arm64-mac.zip](https://github.com/agalwood/Motrix/releases/download/v1.8.11/Motrix-1.8.11-arm64-mac.zip) on my M1 Mac. But if I use the x86 version [Motrix-1.8.11-mac.zip](https://github.com/agalwood/Motrix/releases/download/v1.8.11/Motrix-1.8.11-mac.zip), I got `Failed to fetch`, as expected. Env:...

> @JayeGT002 @lukas0013 @CW-B-W @yyleung01 > > 复制命令试下,贴一下执行结果 [#1459 (comment)](https://github.com/agalwood/Motrix/issues/1459#issuecomment-1526888482) ![image](https://user-images.githubusercontent.com/76680670/235043464-1a25e3c6-ca6f-4f13-8eb0-f2be87d1ac87.png) 圖上是用 [Motrix-1.8.14-arm64-mac.zip](https://github.com/agalwood/Motrix/releases/download/v1.8.14/Motrix-1.8.14-arm64-mac.zip) 運行的, aria2c 可正常運行(我的 Motrix v1.6.11~v1.8.11 APP 一向都可以正常下載,並無其他用戶所述問題)

Hello @h2zero, Here is the minimum reproducible example (it tested it with https://github.com/h2zero/NimBLE-Arduino/commit/bc333ccb6e8d9ff2059af9cbd5006a290a4de3a5), In this example, it will never print `Initialized`. It got stuck inside `NimBLEDevice::init()`, and the NimBLEDevice was...

> Due to the nature of the BLE stack I would highly recommend using a task priority for the application that is less than the host task. Is there a...

I've encountered the same problem, and I commented out the `time_debug_xxx` arrays and it seems to work fine.

You may try with my update [here](https://github.com/CW-B-W/ESP32_LogicAnalyzer/tree/master). I would suggest you to follow the [Quick start guide](https://github.com/CW-B-W/ESP32_LogicAnalyzer/tree/master#quick-start-guide) I wrote.

I tried to set rle_size to 92000, but it still works fine.

Did you set 10k samples and 50KHz at your first run? I noticed that some options (e.g. 1k samples) seem to be not working, and the ESP32 may get stuck....