chore: cleanup

This commit is contained in:
2024-11-10 14:59:30 +06:00
parent 3ac9c62241
commit 39f7755477
6 changed files with 24 additions and 31 deletions

View File

@@ -6,6 +6,14 @@
#include "ch32v003fun.h"
#include "w5500.h"
// Options structure for client identification
typedef struct {
char* clientid;
char* username;
char* password;
int qos;
} ch32_mqtt_options_t;
typedef struct {
Network network;
MQTTClient client;