sparkfun / SparkFun_u-blox_Cellular_Arduino_Library

Other
0 stars 2 forks source link

Add factory reset function #22

Open sfe-SparkFro opened 9 months ago

sfe-SparkFro commented 9 months ago

All modules (should) support the factory reset AT command:

+UFACTORY:<fs_op>,<nvm_op>

Could be useful in case a user gets their module all twisted up. Requires a reboot to take effect.

Looks like the following values can be used for <fs_op>:

And for <nvm_op>:

PaulZC commented 7 months ago

Some relevant code here and here