Skip to content

Commit 673bdfe

Browse files
baenderaentinger
andauthored
Allowing for detachGPRS() to break endless loop (#69)
* Allowing for detachGPRS() to break endless loop * Allowing for detachGPRS() to break endless loop * Removing extraneous empty lines Co-authored-by: Alexander Entinger <[email protected]>
1 parent db7aeee commit 673bdfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GPRS.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ int GPRS::ready()
153153
} else {
154154
_state = GPRS_STATE_IDLE;
155155
_status = IDLE;
156+
ready = 1;
156157
}
157158
break;
158159
}

0 commit comments

Comments
 (0)