platformio-docs
platformio-docs copied to clipboard
PlatformIO Documentation
The documentation [https://github.com/platformio/platformio-docs/blob/develop/integration/ide/codeanywhere.rst](https://github.com/platformio/platformio-docs/blob/develop/integration/ide/codeanywhere.rst) is obviously obsolete. When connecting to Codeanywhere, the screens and container options are totally different, now. Obviously, there have been changes on the Codeanywhere side. Unfortunately, even...
I cannot use Arduino as ISP on Windows 10 with using stk500v1 flag but succeeded with using arduino flag. Arduino IDE v1.8.19 also use `-c arduino` at `Arduino as ISP...
The heading "Uploading files to Filesystem" is misleading. It is a filesystem image that is being uploaded not individual files, which will overwrite existing files (e.g. WiFi configuration).
As per https://community.platformio.org/t/esp8266-error-unknown-opcode-or-format-name-when-compiling-with-include-umm-malloc-umm-malloc-cfg-h/14709. https://docs.platformio.org/en/latest/platforms/espressif8266.html#debug-level says to basically add ```ini build_flags = -DDEBUG_ESP_PORT=Serial -DDEBUG_ESP_OOM -include "umm_malloc/umm_malloc_cfg.h" ``` to the `platformio.ini` of a Arduino-ESP8266 project to enable the out-of-memory detection system in...
Hi. I suppouse the problem is in erase flag. I use buton PlatformIO:Upload Platformio.ini: ``` [env:megaatmega2560] platform = atmelavr board = megaatmega2560 board_build.f_cpu = 8000000L board_build.mcu = atmega2560 framework =...
In the faq, there is a section describing common changes you may need to make to `.ino` files to make them work as `.cpp`. The header of this section uses...
As far as it stands, we have newer integrations for Eclipse Che, and new Cloud IDE providers like GitHub Codespaces and Gitpod. We should document a way to use them...
Can't understand how I can run custom command with VS Code. Try add this to tasks.json, but It doesn't work. ``` { "type": "shell", "task": "Monitor 115200", "command": "platformio", "args":...