Reverse this was a problem with gitea
This commit is contained in:
parent
198ea3a59e
commit
4af10e9a79
@ -26,10 +26,10 @@ Welcome to the **ESP32 Static IP** project! This is a working example of how to
|
||||
|
||||
3. Set the environment variables for your static IP and Wi-Fi credentials. Remember to escape special characters:
|
||||
```bash
|
||||
export SSID=MyWifi
|
||||
export PASSWORD=MyPassword
|
||||
export STATIC_IP=10.1.2.3
|
||||
export GATEWAY_IP=10.1.1.99
|
||||
export SSID="MyWifi"
|
||||
export PASSWORD="MyPassword"
|
||||
export STATIC_IP="10.1.2.3"
|
||||
export GATEWAY_IP="10.1.1.99"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user