erazor83 / nb_dtu_reset_issue

M5 Atom NB-DTU-IoT / kill modem comm
0 stars 0 forks source link

'GSM_PIN' was not declared #1

Closed Forairaaaaa closed 1 year ago

Forairaaaaa commented 1 year ago

https://github.com/erazor83/nb_dtu_reset_issue/blob/c2ed7d21a6e307c9050dd5c86d15aa94f095e196/src/main.ino#L160

Hi, I'm trying to compile this code with pio, but I didn't find the define of GSM_PIN

https://github.com/erazor83/nb_dtu_reset_issue/blob/c2ed7d21a6e307c9050dd5c86d15aa94f095e196/src/main.ino#L156

And about this comment, do you mean adding this modem.factoryDefault() causing the issue?

Thanks

erazor83 commented 1 year ago

added a define check for GSM_PIN.

Moved AT issue to https://github.com/erazor83/nb_dtu_reset_issue/issues/2