Skip to content

Commit fec3b3a

Browse files
committed
add build command, remove windows warning
1 parent 03bae3f commit fec3b3a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,17 @@ Resource | Description
4545

4646
### Building the firmware
4747

48-
Once the platform and libraries are downloaded the back end should be compiling.
48+
Once the platform and libraries are downloaded the back end should successfuly build within PlatformIO.
4949

50-
> **WINDOWS BUILDS**: If building under Windows you need to delete .piolibdeps/Time/Time.h - due to a [file system case insensitivity issue](https://github.com/me-no-dev/ESPAsyncWebServer/issues/96)
50+
The firmware may be built by pressing the "Build" button:
51+
52+
![build](/media/build.png?raw=true "build")
53+
54+
Alternatively type the run command:
55+
56+
```bash
57+
platformio run
58+
```
5159

5260
#### Uploading the firmware
5361

@@ -103,7 +111,7 @@ platformio run -t uploadfs
103111

104112
### Running the interface locally
105113

106-
You can run a local development server to allow you preview changes to the front end without the need to upload a file system image to the device after each change. Run the standard npm start command to start the development server:
114+
You can run a local development server to allow you preview changes to the front end without the need to upload a file system image to the device after each change. Change to the interface directory and run the following command:
107115

108116
```bash
109117
npm start

media/build.png

8.44 KB
Loading

0 commit comments

Comments
 (0)