Processor now working as an mqtt broker

This commit is contained in:
2025-11-02 20:26:47 +00:00
parent 4b4b816a8c
commit 17fd36ab4c
18 changed files with 37269 additions and 35522 deletions

View File

@@ -35,6 +35,7 @@ typedef struct _objects_t {
lv_obj_t *obj7;
lv_obj_t *obj8;
lv_obj_t *obj9;
lv_obj_t *obj10;
} objects_t;
extern objects_t objects;