esp8266-react icon indicating copy to clipboard operation
esp8266-react copied to clipboard

A framework for ESP8266 & ESP32 microcontrollers with a React UI

Results 59 esp8266-react issues
Sort by recently updated
recently updated
newest added

This adds a bit of protection against improper factory AP settings. The issue is that even when these settings are invalid, they are still stored into flash memory. This means...

Hi Rick, Some of the people using my EMS-ESP project get confused with the System/Restart feature where it says 'Device is restarting', the ESP reboots but the web page is...

I am experiencing a new problem possibly due to data types for long and pointers sizes between 32bit and 64bit systems. This is resulting in a bigger firmware size on...

One way we can reduce the build size is to add support to disable Serial.print(), Serial.println() or anything to do with Serial.print. This can save additional space. I have seen...

For one on my projects I'm going to have to translate the Web and Console commands to German and possibly other languages. Is there a quick and easy way to...

Sometimes it is needed to use ES8266 serial port for communicating with something external, in such cases debugging can be a problem (there is no debugger with trace possibility, and...

Hello! I have a problem with websockets with relatively large packets. When message size grows to something about 570-580 bytes - problems begins. Size of message received by client, for...

I am trying to figure out how to create my own (CAR) service, that will push data (button pushed) from backend to frontend using the websocket. I am failing at...

Hello @rjwats, I wanted to suggest to add some cache on all `serveStatic` entries. `.setCacheControl("max-age=86400")` does get rid of the 7 sec (in my case) for the initial loading of...