platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

Espressif 8266: development platform for PlatformIO

Results 95 platform-espressif8266 issues
Sort by recently updated
recently updated
newest added

The PR #204 [changed the default `upload_resetmethod` of the ESP07 board to be `ck`](https://github.com/platformio/platform-espressif8266/pull/204/commits/593471aa5e19bd17514193318da8d7e1eaa23541#diff-322cabb954198713e5a7c1d31309d4cd7f11210031fda49806d294239f6745adL27), which sets `--before no_reset` on esptool.py, causing an upload through an ESP-PROG to fail as the...

help wanted

When monitoring serial output with the filter decoder active I would expect the stack trace to get re-written Instead I get an output saying it can not find the .elf...

help wanted

Upgrade from 2.6.3 the following error occurred after build and upload the same code: _**Panic lfs.c:5087 lfs_file_close: Assertion 'lfs_mlist_isopen(lfs->mlist, (struct lfs_mlist*)file)' failed.**_ Before ask anything: I didn't changed anything on...

The version in Platform IO is outdated: - Latest official release [3.1.1](https://github.com/espressif/ESP8266_RTOS_SDK/releases/tag/v3.1.1) - Version in Platform IO 1.5.0-beta.5 Is there any reason why ESP8266 RTOS SDK doesn't get an updated...

Currently using ESP-01 1M but would like to see the newer boards properly added in. e.g. in platformio.ini board=esp01s_1m board=esp01s_4m

Hello, I have a problem compiling deserializeJson example in PlatformIO and Espressif 8266 (2.6.2). Code is placed in function called from class function: ```c StaticJsonDocument doc_in; DeserializationError error = deserializeJson(doc_in,...

The current ESP8266 on PlatformIO is very old. Could you please consider adding the new ESP-IDF style ESP8266_RTOS_SDK. The SDK structure is similar to that of ESP32-IDF.

feature

When I start the serial monitor from PlatformIO, it clears the build dir of the active project. It already takes quite a while to start the serial monitor, which is...

help wanted

Every 20-40 seconds my nodemcuv2 crash with this error: ``` PC: 0x4020b599 EXCVADDR: 0x00000000 Decoding stack results 0x4023a159: tcp_input at core/tcp_in.c line 942 0x4023ff22: ip4_input at core/ipv4/ip4.c line 1467 0x40236f29:...

help wanted