initialize wifi two-way

This commit is contained in:
andromeda
2026-04-06 21:51:13 +02:00
parent ae793c14be
commit c085c1ab36
4 changed files with 60 additions and 25 deletions

View File

@@ -39,6 +39,11 @@
rustc = toolchain;
}).buildPackage {
src = ./.;
# set these to build the project
ACCESS_POINT_SSID = null;
ACCESS_POINT_PASS = null;
# UPDATE .cargo/config.toml to reflect changes here in the runner
postInstall = ''
mv $out/bin/esp32c6-play $out/bin/.esp32c6-play