Skip to content

Commit 16ede02

Browse files
committed
Update markup
1 parent 13ee5e1 commit 16ede02

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Arduino ide 1.8.4 with git version from ESP8266 or ESP32 : [![Build Status](http
3131
Every support is welcome: [<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" alt="PayPal – The safer, easier way to pay online.">](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y8FFE7NA4LJWQ)
3232
Especially if need to buy new modules for testing.
3333

34-
##Features
34+
## Features
3535
* Serial/Wifi bridge using configurable port 8888, here to enable/disable [TCP_IP_DATA_FEATURE](https://github.com/luc-github/ESP3D/blob/master/esp3d/config.h)
3636
* Use GPIO2 to ground to reset all settings in hard way - 2-6 sec after boot / not before!! Set GPIO2 to ground before boot change boot mode and go to special boot that do not reach FW. Currently boot take 10 sec - giving 8 seconds to connect GPIO2 to GND and do an hard recovery for settings, here to enable/disable [RECOVERY_FEATURE](https://github.com/luc-github/ESP8266/blob/master/esp8266/config.h)
3737
* Complete configuration by web browser (Station or Access point) or by Serial commands
@@ -47,15 +47,15 @@ Especially if need to buy new modules for testing.
4747
* The web ui add even more feature : https://github.com/luc-github/ESP3D-WEBUI/blob/master/README.md#features
4848

4949

50-
##Web configuration
50+
## Web configuration
5151
*Wifi Mode : Access point / Client station
5252
*IP Generation: DHCP/Static IP
5353
*IP/MASK/GATEWAY for static data
5454
*Baud Rate for serial (supported : 9600, 19200, 38400, 57600, 115200, 230400, 250000)
5555
*web port and data port
5656

5757

58-
##Default Configuration
58+
## Default Configuration
5959
Default Settings:
6060
AP:ESP8266
6161
PW:12345678
@@ -79,7 +79,7 @@ Password: user
7979

8080

8181

82-
##Direct commands:
82+
## Direct commands:
8383
```
8484
* Change STA SSID
8585
[ESP100]<SSID>
@@ -195,7 +195,7 @@ cmd can be ALL, ERROR, INFO, STATUS
195195
[ESP999]<cmd>
196196
197197
```
198-
##Installation
198+
## Installation
199199
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)
200200
2. Add missing libraries if you target ESP32 present in libraries directory
201201
* DNSServer (from https://github.com/bbx10/DNSServer_tng)
@@ -209,30 +209,30 @@ cmd can be ALL, ERROR, INFO, STATUS
209209
if embedded uploader does not show up you can force it ti display using : http://your_IP_address?forcefallback=yes
210210
<img src=https://raw.githubusercontent.com/luc-github/ESP3D/master/images/docs/embedded.png><br>
211211

212-
##Update
212+
## Update
213213
* Generate a binary using the export binary menu from Arduino IDE and upload it using ESP-WEBUI or embedded interface
214214

215215
<H3>:warning:Do not flash your Printer fw with ESP connected - it bring troubles, at least on DaVinci</H3>
216216

217-
##Contribution/customization
217+
## Contribution/customization
218218
* To style the code before pushing PR please use [astyle --style=otbs *.h *.cpp *.ino](http://astyle.sourceforge.net/)
219219
* The embedded page is created using nodejs then gulp to generate a compressed html page (tool.html.gz), all necessary modules can be installed using the install.bat file content, then it is included using bin2c (https://sourceforge.net/projects/bin2c/) to generate the h file used to create the file nofile.h, update the array and size according new out.h.
220220
* The current UI is located [here](https://github.com/luc-github/ESP3D-WEBUI)
221221
* An optional UI is under development using old repetier UI - check [UI\repetier\testui.htm] (https://github.com/luc-github/ESP3D/blob/master/UI/repetier/testui.htm) file
222222

223223
Feedback/suggestion/discussions are always welcome
224224

225-
##Need more information about supported boards or wiring ?
225+
## Need more information about supported boards or wiring ?
226226
[Check the wiki](https://github.com/luc-github/ESP3D/wiki)
227227

228-
##:question:Any question ?
228+
## :question:Any question ?
229229
Check [Wiki](https://github.com/luc-github/ESP3D/wiki/Install-Instructions) or [![Join the chat at https://gitter.im/luc-github/ESP3D](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/luc-github/ESP3D?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
230230

231-
##:exclamation:Any issue/feedback ?
231+
## :exclamation:Any issue/feedback ?
232232
Check [Wiki](https://github.com/luc-github/ESP3D/wiki/Install-Instructions) and [FAQ](https://github.com/luc-github/ESP3D/issues?utf8=%E2%9C%93&q=label%3AFAQ+) or [submit ticket](https://github.com/luc-github/ESP3D/issues)
233233

234234

235-
##TODO
235+
## TODO
236236
-- Close open topics
237237
-- Do testing (a lot)
238238
-- UI Improvement

0 commit comments

Comments
 (0)