use own wifi implementation to connect to wifi. store credentials in flash. no wifi connection yet

This commit is contained in:
2026-09-07 22:09:52 +02:00
parent 4d9cd05f72
commit 76058b572a
16 changed files with 344 additions and 1789 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ where
dc: dc.clone(),
}
.build();
let primary = PrimaryDisplayPinConfiguration {
spi_bus: bus_static,
cs: low_active(self.cs_primary),