chore: bloatify
This commit is contained in:
@@ -24,13 +24,16 @@ void handle_ip_assigned(void);
|
||||
// Initializes the W5500 chip
|
||||
void configure_network(void);
|
||||
|
||||
void configure_dhcp(void);
|
||||
// void configure_dhcp(void);
|
||||
void dhcp_init(void);
|
||||
void dhcp_process(void);
|
||||
|
||||
// resolves a domain name
|
||||
void resolve_domain_name(const char* domain_name);
|
||||
|
||||
// init and connect the MQTT client
|
||||
MQTTClient setup_mqtt_client(Network* network, ch32_mqtt_options_t* opts);
|
||||
int setup_mqtt_client(Network* network, ch32_mqtt_options_t* opts,
|
||||
MQTTClient* client);
|
||||
|
||||
int subscribe_to_topic(MQTTClient* client, const char* topic, enum QoS qos,
|
||||
messageHandler message_callback);
|
||||
|
||||
Reference in New Issue
Block a user