Hopefully fixed readme

This commit is contained in:
Iain (Bill) Wiseman 2025-04-16 12:57:03 +12:00
parent 9f4f65e0f7
commit 198ea3a59e

View File

@ -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: 3. Set the environment variables for your static IP and Wi-Fi credentials. Remember to escape special characters:
```bash ```bash
export SSID="MyWifi" export SSID=MyWifi
export PASSWORD="MyPassword" export PASSWORD=MyPassword
export STATIC_IP="10.1.2.3" export STATIC_IP=10.1.2.3
export GATEWAY_IP="10.1.1.99" export GATEWAY_IP=10.1.1.99
``` ```
## Usage ## Usage