mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
71b427b188
Add `weather` demo, also extend console as necessary to handle wttr.in's escape codes.
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
/** Secrets */
|
|
|
|
/** Access point name */
|
|
pub const APNAME: &str = "<ap name>";
|
|
|
|
/** Access point password */
|
|
pub const APPASS: &str = "<ap password>";
|
|
|