1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-12-19 20:02:29 +03:00
Files
Adafruit_MQTT_Library/Adafruit_MQTT_Client.h
Chris Mumford c5599bfabc Corrected client public/private methods.
Switched the following four methods from public to
protected in Adafruit_MQTT_Client and Adafruit_MQTT_FONA:

1. connectServer
2. disconnectServer
3. readPacket
4. sendPacket

When public (previously) they could be called by users
of this library, which is not the intent of this API.
2020-07-03 10:43:51 -07:00

2.3 KiB