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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Upon the first boot of the ESP32 NAT Router, a WiFi network with an open AP and
33
33
34
34
The ESP32 NAT Router has a web interface that allows you to configure all its parameters. To access this interface, connect your PC or smartphone to the WiFi SSID "ESP32_NAT_Router+". Once you're connected, open your web browser and enter
35
35
36
-
"[http://192.168.4.1](http://192.168.4.1/)'' into the address bar of your browser. Once you have entered this, you will be prompted for a username and password. The default username is "admin" and the default password is "123456789". Please note that it is recommended to change these to a more secure username and password once you have logged in:
36
+
"[http://192.168.4.1](http://192.168.4.1/)'' into the address bar of your browser. Once you have entered this, you will be prompted for a username and password. The default `username is "admin" `and the default` password is "123456789"`. Please note that it is recommended to change these to a more secure username and password once you have logged in:
37
37
38
38
<!--  -->
39
39
@@ -118,7 +118,6 @@ As an alternative you might use [Espressif's Flash Download Tools](https://www.e
118
118
Check the marked parameters and files like below (ckeck the COM-Port for your environment).
- Run `bundle install` in the `/html` folder to install dependencies
11
11
12
+
Note :
13
+
14
+
Jekyll is a static site generator that uses a specific format to separate the metadata of a web page from its content. At the top of each web file, it's important to include a specific syntax in the form of three hyphens
15
+
16
+
```
17
+
---
18
+
---
19
+
```
20
+
21
+
This is known as the front matter and it specifies the metadata of the web page, such as the author and the layout styles etc.
22
+
23
+
It's important to include these three hyphen lines at the top of each file in order for Jekyll to properly parse the content and avoid errors while running and building the site. Therefore, always make sure to position these lines in the correct place in your web files to ensure a smooth development and build process.
24
+
12
25
## How to run a local server
13
26
14
27
Once Jekyll is installed, you can start a local server by following these steps:
@@ -31,14 +44,18 @@ Once Jekyll is installed, you can start a local server by following these steps:
31
44
### Auto Mode (Windows only)
32
45
33
46
- Make sure you have Jekyll & Gems installed (see above)
47
+
34
48
- Launch `auto_generate.exe`
35
-
- Wait for it to finish
36
-
- That's it **¯\_(ツ)_/¯**
37
49
38
-
### How to Build auto_generate.exe
39
-
The `auto_generate.exe` code is written in JavaScript and converted into an executable file using the `pkg` package for Node.js.
50
+
- Wait for it to finish
40
51
41
-
To build the `auto_generate.exe` file, which automatically generates the website, follow these simple steps:
52
+
- That's it **¯\_(ツ)_/¯**
53
+
54
+
### How to Build auto_generate.exe
55
+
56
+
The `auto_generate.exe` code is written in JavaScript and converted into an executable file using the `pkg` package for Node.js.
57
+
58
+
To build the `auto_generate.exe` file, which automatically generates the website, follow these simple steps:
42
59
1. Install [Node.js](https://nodejs.org)
43
60
2. Open a terminal and run `npm i -g pkg` .
44
61
3. Extract the ZIP file provided in the **additional** folder
Copy file name to clipboardExpand all lines: docs/Advanced_topics.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ OTA (Over-The-Air) update is a method of updating the firmware of a device throu
39
39
3. Select the desired firmware for the update
40
40
41
41
Once the update process begins, the device will automatically download and install the new firmware. This process may take a few minutes to complete, depending on the size of the firmware update.
42
+
42
43
Please note that during an OTA update, the device may become temporarily unavailable or unresponsive. This is normal and should not be a cause for concern.
43
44
Also, it's important to ensure that the firmware being updated is compatible with the device and that there is a stable network connection. Failure to do so can result in errors and damage to the device.
44
45
By following these steps, you can update the firmware of your ESP32-NATS Router + remotely and keep it running smoothly with the latest features and improvements.
0 commit comments