Skip to content

Commit 9c50a46

Browse files
committed
fix formatting issue
1 parent ab7ab5f commit 9c50a46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OSBeeWiFi/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Firmware Compilation Instructions
44
There are three methods to compile the firmware. You can choose any of them.
55

66
#### Method 1: Use PlatformIO
7-
===========
7+
=======
88

99
Install Visual Studio Code (VS Code) (https://code.visualstudio.com/). Then launch VS Code and install the **platformio** extension. Once the extension is installed, open this `OSBeeWiFi` folder. A `platformio.ini` file is provided in the folder, which defines all libraries and settings required to compile the firmware. Click `PlatformIO:Build` at the bottom of the screen to build the firwmare.
1010

1111

1212
### Method 2: Use makeEspArduino and Makefile
13-
===========
13+
=======
1414

1515
#### Step A: Install ESP8266 core and required libraries
1616
Follow https://github.com/plerup/makeEspArduino to install **ESP8266 core 2.7.4**. Then download or `git clone` the following libraries to a folder such as `$(HOME)/Arduino/libraries` (note the version of each library):
@@ -25,7 +25,7 @@ Follow https://github.com/plerup/makeEspArduino to install **ESP8266 core 2.7.4*
2525
To compile the firmware code using makeESPArduino, simply run `make` in command line. Before doing so, you probaby need to open `Makefile` and modify some path variables therein to match where you installed the `esp8266` folder.
2626

2727
### Method 3: Use the Arduino IDE
28-
===========
28+
=======
2929

3030
#### Step A: Install Arduino IDE, ESP8266 core, and required libraries
3131
* Install Arduino IDE (https://arduino.cc).
@@ -44,6 +44,6 @@ To compile, launch Arduino, select:
4444
Press Ctrl + R to compile. The compiled firmware (named osbeeMain.cpp.bin) by default exists in a temporary folder.
4545

4646
Notes about Modifying Firmware:
47-
===============
47+
=======
4848

4949
You can change the firmware code to add new features and follow the instructions above to compile and upload. Note that the built-in user interface embeds HTML files to the firmware source code. To modify the HTML files (so that you can change how the webpages are rendered), go to the html/ subfolder, which contains the original HTML files. Make any changes necessary, and use the html2raw tool to convert these HTML files into program memory strings (which are saved in htmls.h). Every time you make changes to the HTML files, you must re-run html2raw in the html folder to re-generate the program memory strings.

0 commit comments

Comments
 (0)