future-proof-iot / RIOT-rs

RIOT-rs is an operating system for secure, memory-safe, low-power Internet of Things, written in Rust
Apache License 2.0
42 stars 12 forks source link

find solution for wifi credential defaults #420

Open kaspar030 opened 1 day ago

kaspar030 commented 1 day ago

Currently, our examples fail to build if laze decides WiFi is the network of choice, but no wifi credentials are given via env.

Examples should not build fail, on any platform. So, find some solution.

Options identified:

bergzand commented 1 day ago

Another option would be to make the wifi credentials fully optional at build time, and only connect to wifi if credentials are supplied.