added internet time which is shown in the main first screen
This commit is contained in:
+3
-1
@@ -4,9 +4,11 @@
|
||||
#include <U8g2lib.h>
|
||||
|
||||
#include "am2302_sensor.h"
|
||||
#include "internet_time.h"
|
||||
#include "wifi_connection.h"
|
||||
|
||||
void drawScreen1(U8G2 &u8g2);
|
||||
void setInternetTimeInfo(InternetTimeInfo timeInfo);
|
||||
void drawTimeScreen(U8G2 &u8g2);
|
||||
void drawHelloWorldScreen(U8G2 &u8g2);
|
||||
void drawInternetConnectionScreen(U8G2 &u8g2, WifiConnectionInfo wifiInfo);
|
||||
void setEnvironmentReading(Am2302Reading reading);
|
||||
|
||||
Reference in New Issue
Block a user