You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,17 @@ Resource | Description
45
45
46
46
### Building the firmware
47
47
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.
49
49
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
+

53
+
54
+
Alternatively type the run command:
55
+
56
+
```bash
57
+
platformio run
58
+
```
51
59
52
60
#### Uploading the firmware
53
61
@@ -103,7 +111,7 @@ platformio run -t uploadfs
103
111
104
112
### Running the interface locally
105
113
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:
0 commit comments