From c085c1ab360750b5522d1fa8fde0e0ed5c5aeb53 Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 6 Apr 2026 21:51:13 +0200 Subject: initialize wifi two-way --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9d42c39..ae542ea 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.3.1