windowsair

Results 260 comments of windowsair

It seems to be an issue with the execution order of `attribute((constructor))`. Can we let users specify a order? If that make sense, I will submit a PR.

Just use this: ```c __attribute__((constructor[(priority)])) ``` Where priority is an optional integer value denoting the priority. A constructor with a low integer value runs before a constructor with a high...

Oh, this seems to only work with GCC. Maybe it's a good idea to handle this at runtime.

SWD 时钟。感觉时序不太好,我找个时间修一下

试一下最新版本的?把速率调整到 10M 以下 https://github.com/windowsair/wireless-esp8266-dap/actions/runs/12483498765

好的,那就是另外一个问题,有时间我看看

Seems still trying to use openai: ``` [Server Config] using 1 of 1 api key - xxx [openai Route] params { provider: 'openai', path: [ 'v1', 'chat', 'completions' ] }...

Do you want something like a default execution order? I'd prefer the order to be determined by the definition sequence of macros rather than names.