arduino-libraries / MKRGSM

GNU Lesser General Public License v2.1
55 stars 51 forks source link

Fix incorrect variable assignment #117

Closed joshbober closed 4 years ago

joshbober commented 4 years ago

I noticed that _state was being set to "ERROR" in the case GPRS_STATE_WAIT_SET_DYNAMIC_IP_RESPONSE instead of setting _status to "ERROR".