esp82xx icon indicating copy to clipboard operation
esp82xx copied to clipboard

Useful ESP8266 C Environment

Results 14 esp82xx issues
Sort by recently updated
recently updated
newest added

Should only change currently connected wifi to being an AP, totally reset system. This just bit me >.

I'm using ESP8266-12E. I needed to make a http get request so i found [httpclient](https://github.com/Caerbannog/esphttpclient) code. I fixed some warnings but then I got this: `/home/karol/git/esp8266/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: image.elf section `.irom0.text' will...

I am deeming GPIO2 the official "LED" pin. Since it's that way on the ESP-12-E, and F modules and it's convenient to have an LED on in general. I currently...

Possibly do it at runtime too. It is a little annoying to have to decouple all the indexes from the main just to add whatever process-specific things are in it,...