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

On esp8266 the event handler from file ``` lib\framework\WebSocketTxRx.h ``` is not passed the correct size_t len. As a result the if condition to proceed with updating the state is...

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I've added mDNS to the wifiSettingsService. With mDNS users can reach their devices using hostname.local addresses instead of IP adresses.

I've developed a Serial feature for forwarding traffic from some, selectable, GPIO pins to a TCP socket. Since ser2net devices seem to become more common, it might be worth implementing...

I've added a line that looks up a user's preferred mode and sets it according to browser preferences. To make it work I had to remove the custom background color...

It's quite boring to find the IP address automatically assigned via DHCP by my router. I have several devices connected to my network and I have to remember which IP...

Hi! I think could be interesting add a page to configure a bluetooth server or client to use with ESP32. Just basics information like pin code and device name could...

Hi! I need sometimes to shutdown WiFi, and start it again, in two cases: 1. going to light sleep to consume less energy 2. sometimes I need to start MCU...

What is the benefit of bringing the device up with the WiFi mode set to WIFI_OFF in the constructor of WiFiSettingsService? I understand that before the device has been configured...

It's a modified version of [my previous](https://github.com/rjwats/esp8266-react/pull/281) PR.