mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-07 00:05:01 +01:00
test mqtt 2
This commit is contained in:
parent
03991e245d
commit
88eda7b3fd
|
|
@ -16,26 +16,6 @@
|
|||
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*#include <WiFiClientSecure.h>
|
||||
#include <PubSubClient.h>
|
||||
#include "wifi_utils.h"
|
||||
#include "mqtt_utils.h"
|
||||
|
||||
|
||||
extern String mqttServer;
|
||||
extern int mqttPort;
|
||||
extern String mqttUser;
|
||||
extern String mqttPassword;
|
||||
extern uint8_t gatewayID;
|
||||
extern bool subscribed;
|
||||
extern String subscribeTopic;
|
||||
|
||||
|
||||
WiFiClientSecure secureClient;
|
||||
PubSubClient mqttClient(secureClient);
|
||||
|
||||
bool mqttConnected = false;*/
|
||||
|
||||
#include <WiFiClientSecure.h>
|
||||
#include <PubSubClient.h>
|
||||
#include "configuration.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue