Breite ausgemessen, Pixel angepasst
This commit is contained in:
@@ -108,6 +108,7 @@ void lv_create_main_gui(void) {
|
|||||||
lv_obj_align(refresh_label, LV_ALIGN_CENTER, 0, -45);
|
lv_obj_align(refresh_label, LV_ALIGN_CENTER, 0, -45);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*Create an Arc*/
|
/*Create an Arc*/
|
||||||
lv_obj_t * aTemp = lv_arc_create(lv_screen_active());
|
lv_obj_t * aTemp = lv_arc_create(lv_screen_active());
|
||||||
arcTemp.arc = aTemp;
|
arcTemp.arc = aTemp;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
#include "grafik.h"
|
#include "grafik.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
#define BMWREADTIME 60000
|
#define BMWREADTIME 10000
|
||||||
#define NTPREADTIME 1000
|
#define NTPREADTIME 1000
|
||||||
|
|
||||||
long bmeReadtimer = 0;
|
long bmeReadtimer = 0;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ extern "C" {
|
|||||||
#include "freertos/timers.h"
|
#include "freertos/timers.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAXREADINGS 100
|
#define MAXREADINGS 224
|
||||||
|
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
TimerHandle_t mqttReconnectTimer;
|
TimerHandle_t mqttReconnectTimer;
|
||||||
|
|||||||
Reference in New Issue
Block a user