mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 11:01:13 +08:00
Update README.md
This commit is contained in:
parent
fea74e3180
commit
e0ce98fc21
12
README.md
12
README.md
@ -88,17 +88,21 @@ Check wiki : https://github.com/luc-github/ESP3D/wiki/Direct-ESP3D-commands
|
|||||||
Feedback on 2.0 was : ESP3D being a library is not really useful and make setup more complex, so now we are back to simple application.
|
Feedback on 2.0 was : ESP3D being a library is not really useful and make setup more complex, so now we are back to simple application.
|
||||||
|
|
||||||
1. Please follow installation of the ESP core you want to use : [ESP8266 core version](https://github.com/esp8266/Arduino) or [ESP32 core version](https://github.com/espressif/arduino-esp32)
|
1. Please follow installation of the ESP core you want to use : [ESP8266 core version](https://github.com/esp8266/Arduino) or [ESP32 core version](https://github.com/espressif/arduino-esp32)
|
||||||
2. Add manually libraries present in libraries directory -these versions are verified to work with ESP3D, any others (newer version) may cause untested behavior).
|
2. Add manually libraries present in libraries directory -these versions are verified to work with ESP3D, any others (newer version) may cause untested behavior.
|
||||||
|
|
||||||
|
For async webserver support(currently not recommended as not stable)
|
||||||
* ESPAsyncWebServer from @me-no-dev
|
* ESPAsyncWebServer from @me-no-dev
|
||||||
if you target ESP8266
|
if you target ESP8266
|
||||||
* ESPAsyncTCP from @me-no-dev
|
* ESPAsyncTCP from @me-no-dev
|
||||||
if you target ESP32:
|
if you target ESP32:
|
||||||
* AsyncTCP from @me-no-dev
|
* AsyncTCP from @me-no-dev
|
||||||
Specific for ESP32
|
|
||||||
* ESP32SSDP
|
If you want sync webserver support (recommended as stable):
|
||||||
If you want sync webserver (recommended as stable):
|
|
||||||
* arduinoWebSockets from @Links2004
|
* arduinoWebSockets from @Links2004
|
||||||
|
|
||||||
|
Generic ones:
|
||||||
|
Specific for ESP32
|
||||||
|
* ESP32SSDP
|
||||||
If you want OLED support:
|
If you want OLED support:
|
||||||
* oled-ssd1306 from @squix78
|
* oled-ssd1306 from @squix78
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user