we need to bump this number whenever we add a socket

This commit is contained in:
2026-01-05 21:02:16 +00:00
parent 400ac33517
commit 721dbbf06b

View File

@@ -106,7 +106,7 @@ pub async fn start_wifi(spawner: &Spawner,
let (stack, runner) = embassy_net::new(
wifi_interface,
config,
mk_static!(StackResources<3>, StackResources::<3>::new()),
mk_static!(StackResources<4>, StackResources::<4>::new()),
seed,
);