We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cb66e commit fc40d71Copy full SHA for fc40d71
src/AdafruitIO_FONA.h
@@ -130,10 +130,10 @@ class AdafruitIO_FONA : public AdafruitIO {
130
*/
131
/**************************************************************************/
132
void _disconnect() {
133
- if (!_fona->enableGPRS(false)) {
134
- AIO_DEBUG_PRINTLN("Failed to turn off GPRS.");
135
- }
136
- _status = AIO_NET_DISCONNECTED;
+ if (!_fona->enableGPRS(false)) {
+ AIO_DEBUG_PRINTLN("Failed to turn off GPRS.");
+ }
+ _status = AIO_NET_DISCONNECTED;
137
}
138
};
139
0 commit comments