Temporarily removed MQTT methods
This commit is contained in:
parent
a6b7540508
commit
f93d12aa9b
1 changed files with 0 additions and 7 deletions
|
@ -18,13 +18,6 @@ class ESP8266 {
|
|||
uint16_t HttpGet(const char* url, String& response);
|
||||
uint16_t HttpPost(const char* url, String content, String& response, const char* contentType = "");
|
||||
|
||||
// MQTT methods
|
||||
uint8_t MqttConnect(const char* clientId);
|
||||
uint8_t MqttDisconnect();
|
||||
uint8_t MqttSubscribe(const char* topic);
|
||||
uint8_t MqttUnsubscribe();
|
||||
uint8_t MqttPublish(const char* topic, const char* message);
|
||||
|
||||
// Transport layer methods
|
||||
uint8_t startTCP(const char* host);
|
||||
uint8_t closeTCP();
|
||||
|
|
Loading…
Add table
Reference in a new issue