mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 09:26:21 +04:00
a1c65405ea
No more need for any `k210-hal` and `k210-pac` patches with 0.2.0 |
||
---|---|---|
.. | ||
.cargo | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
weather
Uses the ESP8285 WiFi chip of the Maix Go to fetch weather data from
wttr.in and print it to the display using k210-console
.
As it needs to connect to an access point first, this needs configuration of one
to connect to in src/config.rs
:
cp src/config.rs.example src/config.rs
vim src/config.rs # ...
Set <ap name>
and <ap password>
accordingly. Do not check in src/config.rs
!
(gitignore settings should prevent this)