Activated Wifi

This commit is contained in:
2026-08-02 16:05:48 +02:00
parent b43514652a
commit 5f76802f92
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -30,8 +30,6 @@
[ "lcd1:MOSI", "esp1:35", "violet", [ "v105.6", "h-124.8", "v-144" ] ],
[ "lcd1:SCK", "esp1:36", "white", [ "v115.2", "h-144", "v-86.4" ] ],
[ "esp1:37", "lcd1:MISO", "magenta", [ "h57.6", "v105.6", "h172.8" ] ],
[ "esp1:22", "lcd1:SCL", "yellow", [ "h48", "v163.2", "h192" ] ],
[ "esp1:21", "lcd1:SDA", "cyan", [ "h38.4", "v144", "h211.2" ] ],
[ "btn1:1.l", "esp1:GND.2", "green", [ "h-9.6", "v-48" ] ],
[ "btn1:2.l", "esp1:38", "green", [ "h-9.6", "v19.4" ] ]
],
+1 -1
View File
@@ -77,7 +77,7 @@ async fn main(spawner: Spawner) {
&mut delay,
);
// setup_wifi(peripherals.WIFI, peripherals.FLASH, &spawner).await;
setup_wifi(peripherals.WIFI, peripherals.FLASH, &spawner).await;
log::info!("Setup complete, entering main loop");