Skip to content

Commit eed92b1

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OSBeeWiFi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Firmware Compilation Instructions
33

44
There are three methods to compile the firmware. You can choose any of them.
55

6-
#### Method 1: Use PlatformIO
6+
Method 1: Use PlatformIO
77
=======
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

12-
### Method 2: Use makeEspArduino and Makefile
12+
Method 2: Use makeEspArduino and Makefile
1313
=======
1414

1515
#### Step A: Install ESP8266 core and required libraries
@@ -24,7 +24,7 @@ Follow https://github.com/plerup/makeEspArduino to install **ESP8266 core 2.7.4*
2424
#### Step B: Use the Makefile
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

27-
### Method 3: Use the Arduino IDE
27+
Method 3: Use the Arduino IDE
2828
=======
2929

3030
#### Step A: Install Arduino IDE, ESP8266 core, and required libraries

0 commit comments

Comments
 (0)