added wifi password set at compiletime

This commit is contained in:
2025-10-23 16:55:16 +02:00
parent c3eaff03d9
commit 96512c8a12
2 changed files with 10 additions and 2 deletions

View File

@@ -12,3 +12,7 @@ target = "riscv32imac-unknown-none-elf"
[unstable]
build-std = ["alloc", "core"]
[env]
WIFI_PASSWD = "hunter22"
WIFI_SSID = "fwa"