Skip to content

Commit

Permalink
Improved Readme :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial authored May 3, 2023
1 parent 35d70a8 commit 380e991
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<ESP_IP_ADDRESS>
```

(If the last step doesn't work try pressing the `Boot` Button during the command, which always worked for me.)

## Credits
Expand Down

0 comments on commit 380e991

Please sign in to comment.