Can anyone recommend a way to set values at flashing time? I'd like to give devices different static IPs without needing to compile them in. Currently using `probe-run` for flashing/running, but willing to change it up if needed. Ideally I could do something like `IP_ADDRESS=192... cargo run --release`