Fix mark down

This commit is contained in:
Luc 2018-11-03 10:41:00 +01:00 committed by GitHub
parent c02c382c70
commit 54b543d7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,8 +98,10 @@ Specific for ESP32
* ESP32SSDP * ESP32SSDP
If you want sync webserver (recommended for ESP8266, slow for ESP32): If you want sync webserver (recommended for ESP8266, slow for ESP32):
* arduinoWebSockets fron @Links2004 * arduinoWebSockets fron @Links2004
If you want OLED support: If you want OLED support:
* oled-ssd1306 from @squix78 * oled-ssd1306 from @squix78
If you want DHT11/22 support: If you want DHT11/22 support:
* DHT_sensor_library_for_ESPx from @beegee-tokyo * DHT_sensor_library_for_ESPx from @beegee-tokyo
3. Compile project from examples\basicesp3d\basicesp3d.ino) according target: ESP8266 board or ESP32 board, please review config.h to enable disable a feature, by default athenticatio is disabled and all others are enabled. 3. Compile project from examples\basicesp3d\basicesp3d.ino) according target: ESP8266 board or ESP32 board, please review config.h to enable disable a feature, by default athenticatio is disabled and all others are enabled.