ohdarling88

Results 3 issues of ohdarling88

现在 Zealot 只支持 APK 和 IPA 的解析,希望能加入更多应用类型的支持,例如 1. macOS 应用程序,使用 Zip 打包,解析根目录中的 .app,可以解析出图标及 Info.plist 2. Windows 应用程序,使用 Zip 打包,可以解析 exe 文件的图标,名称可以采用 exe 的文件名 这样 Zealot 就可以作为一个全平台的 dailybuild 平台来使用了。

enhancement
wip

Hi, I'm using NimBLE to connect ESP32 to a BLE server, and it needs secure connection, but when I perform a secureConnection() on client, it is failed with reason code...

When use STM32duino-bootloader + platformio + dfu upload method, upload will failed because upload-reset cannot work with the random serial port. platformio.ini config: ```ini [env:genericSTM32F103C8] platform = ststm32 board =...