You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments