esp-rs / std-training

Embedded Rust on Espressif training material.

Home Page:https://esp-rs.github.io/std-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Wifi credentials checks to `build.rs`

SergioGasquez opened this issue · comments

A lot of users forget to rename the cfg.toml.example file to cfg.toml and update the Wifi credentials inside it. We could check if the file exists and if the values have been modified in the build.rs and tell the user to update it if they haven't done it.