Skip to content

Commit be1c867

Browse files
committed
Update README.md
1 parent 30fab72 commit be1c867

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ESP8266 React
22

3-
A simple, extensible framework for getting up and running with the ESP8266 microchip and a react front end.
3+
A simple, extensible framework for getting up and running with the ESP8266/ESP32 microchip and a react front end.
44

55
Designed to work with the PlatformIO IDE with limited setup.
66

@@ -167,9 +167,7 @@ void reconfigureTheService() {
167167

168168
The front end is a bit of a work in progress (as are my react skills), but it has been designed to be a "mobile first" interface and as such should feel very much like an App.
169169

170-
I've tried to keep the use of libraries to a minimum to reduce the artefact size (it's about 150k gzipped ATM) and haven't seen the need to use Redux for this yet as the data is very simple.
171-
172-
It's functional at the moment but I plan to improve the structure of the code and reduce boilerplate where possible.
170+
I've tried to keep the use of libraries to a minimum to reduce the artefact size (it's about 150k gzipped ATM).
173171

174172
## Future Improvements
175173

@@ -189,4 +187,4 @@ It's functional at the moment but I plan to improve the structure of the code an
189187
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson)
190188
* [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer)
191189

192-
**NB: The project doesn't currently fix it's dependencies to a particular version. PlatformIO will always use the latest version of it's dependencies, npm will always use the latest minor version, which could be a problem for material-ui-next which is still in flux. **
190+
**NB: The project doesn't currently fix it's dependencies to a particular version. PlatformIO will always download the latest version of the specified dependencies.**

0 commit comments

Comments
 (0)