Greg Ravikovich

Results 18 comments of Greg Ravikovich

There is an issue with the latest release as well see #21

Indeed, and causes also strange redirection bindings...

I think it's a matter of command line string length. See https://stackoverflow.com/questions/3205027/maximum-length-of-command-line-string for example. Should consider using some sort of a response file instead of direct command line invocation. Here's...

Something is strange indeed. I have removed all the global packages and frameworks cache, cleared all libraries folder, rebuilt the software, and the crash is gone, behaves properly now.

I have an ESP32 IDF project which I now upgraded to latest `platform = [email protected]` and I got (during compilation): ``` ModuleNotFoundError: No module named 'intelhex' ``` Added ``` platform_packages...

> See the post above. You have to install the missing Python Module manually. I understand, the real question is if it can be bundled "out-of-the-box" in platformio.

> [@grisharav](https://github.com/grisharav) It should work out of the box. Could you share here a larger portion of the log (preferably in verbose mode) so we can see exactly where the...

> [@grisharav](https://github.com/grisharav) Why not using pioarduino? There is esptool v5.x default. [@valeros](https://github.com/valeros) Using esptool v5.x needs changes to use it. It needs the Python modules intelhex and rich_click Furthermore to...

> [@grisharav](https://github.com/grisharav) just do not add manually a esptool version via platform_packages. Latest Platform will use an actual esptool v4.x version without it: ``` Verbose mode can be enabled via...