From 380e99174e2c3838dbbf99067e06aef6dfa34b99 Mon Sep 17 00:00:00 2001 From: Nereuxofficial <37740907+Nereuxofficial@users.noreply.github.com> Date: Wed, 3 May 2023 20:25:26 +0200 Subject: [PATCH] Improved Readme :) --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b7079ee..23fb9c3 100644 --- a/Readme.md +++ b/Readme.md @@ -24,9 +24,14 @@ cd nostd-wifi-lamp ``` 3. Flash it to your ESP32 ```bash -export SSID="your SSID" PASSWORD="your password"a +export SSID="your SSID" PASSWORD="your password" cargo run --release ``` +And then enjoy your wifi light! You can now connect to the printed IP Adress in your browser or alternatively send this curl request: +```bash +curl -v -d '{"r":0,"g":0,"b":200}' http:// +``` + (If the last step doesn't work try pressing the `Boot` Button during the command, which always worked for me.) ## Credits