You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managed to get this working by adding a delay of vTaskDelay(500 / portTICK_PERIOD_MS); to line 615 of rak3172.cpp I think this has something to do with some of this here https://forum.rakwireless.com/t/at-command-not-found-rak3172/10162. #24
Managed to get this working by adding a delay of `vTaskDelay(500 / portTICK_PERIOD_MS);` to line 615 of `rak3172.cpp` I think this has something to do with some of this here https://forum.rakwireless.com/t/at-command-not-found-rak3172/10162.
Another thing that I ran into was that when you set the mode of the device it performs a factory reset - so my device was failing at that point since it reset and it was performing a factory reset at every boot since I had that enabled in the menuconfig options...just a bit confusing and a weird loop that someone could get in when trying to make this work.