add build command, remove windows warning

This commit is contained in:
Rick Watson 2019-06-03 00:01:19 +01:00
parent 03bae3ff2c
commit fec3b3aeae
2 changed files with 11 additions and 3 deletions

View File

@ -45,9 +45,17 @@ Resource | Description
### Building the firmware
Once the platform and libraries are downloaded the back end should be compiling.
Once the platform and libraries are downloaded the back end should successfuly build within PlatformIO.
> **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)
The firmware may be built by pressing the "Build" button:
![build](/media/build.png?raw=true "build")
Alternatively type the run command:
```bash
platformio run
```
#### Uploading the firmware
@ -103,7 +111,7 @@ platformio run -t uploadfs
### Running the interface locally
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:
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:
```bash
npm start

BIN
media/build.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB