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: docs/developer-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ It is necessary to download and build the static web assets for the GUI before c
6
6
7
7
### Building the GUI static assets
8
8
9
-
The GUI static web assets are minified and compiled into the firmware using a combination of Webpack and a [custom python build script](scripts/extra_script.py).
9
+
The GUI static web assets are minified and compiled into the firmware using a combination of Webpack and a [custom python build script](../scripts/extra_script.py).
10
10
11
11
You will need Node.js and npm installed: <https://nodejs.org/en/download/>
12
12
13
-
In addition, the GUI is now maintained in a [separate repository](https://nodejs.org/en/download/package-manager/) and is included as a Git submodule.
13
+
In addition, the GUI is now maintained in a [separate repository](https://github.com/OpenEVSE/openevse-gui-v2/) and is included as a Git submodule.
14
14
15
15
If the `gui` directory is empty, use the following to retrieve the GUI source and fetch the dependencies:
16
16
@@ -65,7 +65,7 @@ To clean an existing build, `pio run -e your_openevse_board -t`
65
65
66
66
> To enable OTA updates, first upload via serial using the dev environment. This enables OTA enable build flag
0 commit comments