Demo Hygro-Thermometer based on the esp-rust-board.
- http version based on std-training
 
- Install 
espflash,ldproxyandcargo-espflash 
$ cargo install espflash ldproxy cargo-espflash
- Install a 
nightlyrustc at least for now. 
$ rustup install nightly --component rust-src
- Install 
clangandllvmwith support for RISC-V - Install 
libuvDepending on your distribution the package may be{pkgname}-devor{pkgname}-devel. 
- Make sure to connect the board and that its serial/jtag gets detected by your system.
 - Populate the 
cfg.tomlwith the wifi credentials. 
If the toolchain is correctly installed the usual cargo build and cargo run will work.