From 4af10e9a79ee65972f3d98f301e0835c7ef5adcc Mon Sep 17 00:00:00 2001 From: "Iain (Bill) Wiseman" Date: Wed, 16 Apr 2025 12:59:49 +1200 Subject: [PATCH] Reverse this was a problem with gitea --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ee6651..f40c108 100644 --- a/README.md +++ b/README.md @@ -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