chore: cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user