platform-espressif8266
platform-espressif8266 copied to clipboard
Espressif 8266: development platform for PlatformIO
We do have the `uploadfs` target to pack and upload our `data/` folder as a filesystem (SPIFFS or LittleFS) binary to the ESP8266, but there is no built-in reverse: To...
Right now I am working with Platformio and arduino like code, it is amazing but since I am a web developer I feel more comfortable with JS 😌, I find...
Hi, please add support for ArduCAM boards. There was an issue on platformio-core created some time ago, but I think no one moved it here as it was suggested: https://github.com/platformio/platformio-core/issues/1324...
Shelly
Is this the correct GitHub project for documentation issues? On https://docs.platformio.org/en/latest/platforms/espressif8266.html#reset-method it says: > `ck` - RTS controls RESET or CH_PD, DTR controls GPIO0 However, to get this logic, you...
ESP8266 When the EEPROM size exceeds 1000, the firmware upgrade fails, but ESP32 does not have this situation. Isn't EEPROM 4096?
First of all, really thanks for your contribution. The example runs fantastic. On the other hand, is there another example to create a TCPclient application? If not, what would be...
I want to run parallel uploads to multiple boards using: ``` platformio run -t uploadfs ``` but I am concerned that if my parallel processes all build at the same...
Hi I've noticed a difference in Maximum code size that lies in Arduino boards.txt and platformio/boards. that lies in "not" subtracting the flash segment from total maximum size : https://github.com/platformio/platform-espressif8266/blob/develop/boards/esp01_1m.json#L25...
I do experience lots of Travis build timeouts for my project. (ESPeasy) I do have a single platformio.ini file which has a lot of build environments defined which have their...