added wifi connection and menu showing connection details

This commit is contained in:
2026-06-24 17:08:45 +03:00
parent 76606c00e3
commit 6f6ea0e0fd
9 changed files with 171 additions and 1 deletions
+2
View File
@@ -4,9 +4,11 @@
#include <U8g2lib.h>
#include "am2302_sensor.h"
#include "wifi_connection.h"
void drawScreen1(U8G2 &u8g2);
void drawHelloWorldScreen(U8G2 &u8g2);
void drawInternetConnectionScreen(U8G2 &u8g2, WifiConnectionInfo wifiInfo);
void setEnvironmentReading(Am2302Reading reading);
void drawEnvironmentScreen(U8G2 &u8g2);
void drawWeatherIconScreen(U8G2 &u8g2);