From f55ac6dd21ca759362b08a4c9fd4a35eda28851b Mon Sep 17 00:00:00 2001 From: Jakob Dalsgaard Date: Mon, 14 Apr 2025 08:08:06 +0200 Subject: [PATCH] Adding more documentation --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index e8a127b..5746853 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,7 @@ rustup toolchain install stable --component rust-src rustup target add riscv32imc-unknown-none-elf ``` +Now checkout this project. It is advised to run the `--release` version of the application, thus to build and run, do: ```bash @@ -18,3 +19,11 @@ cargo build --release cargo run --release ``` +Currently the application will not discover wireless network and do configuration of it; a known network, along with +encryption key is compiled into it - therefore, before building, run this and set the information: network name, network password +and desired log level: + +```bash +. ./set-env.sh +``` +