Results 98 comments of Dawid Nowak

@gkostov I do a workaround (kinda asynchronically): 1. web controller only sets a (global) var for something "to be done" and returns an immediate response 2. the global loop "does"...

I have the same question. I could make a few PRs with fixes/features, but I will not waste my time, if there is nobody to merge/reject them…

@me-no-dev Is this repo [abandoned](https://en.wikipedia.org/wiki/Abandonware)? If so, could you at least mention that in the `README.md`?

@me-no-dev Thank you for the answer and all the work you've done for this project and the ESP community in general! Can we help somehow? I'm a uC hobbyist, with...

> [STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank...

@me-no-dev I cannot run the github workflow checks – it needs your approval. Could please spend the 5 minutes required to merge this PR? This is a really simple change,...

> ``` > # dump current build environment > pio run --target envdump > ``` ~ https://docs.platformio.org/en/latest/projectconf/section_env_build.html#targets OK, so it is not only `test`, but also `envdump` and maybe some...

And another one… > To execute a native program, you need to use exec target for the [pio run --target](https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#cmdoption-pio-run-t) command. ~ https://docs.platformio.org/en/latest/platforms/native.html#running-of-program The `exec` target is not listed: ```...