-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: fix onboard modems powering failure. #9706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jarvte, thank you for your changes. |
@@ -19,7 +19,7 @@ | |||
#include "cellular/onboard_modem_api.h" | |||
#include "UARTSerial.h" | |||
#include "ONBOARD_TELIT_HE910.h" | |||
#include "CellularLog.h" | |||
#include "ThisThread.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tr_debug may need CellularLog, if not coming from other includes..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is resolved, will start CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added Cellularlog to both targets.
00ef13c
to
8b09108
Compare
Why aren't this captured in the commit msg? |
Don't call soft power on if device was already powered. Some modems need to wait before sending anything to modem after soft powering.
8b09108
to
e4018bd
Compare
Updated commit msg. |
CI started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
Fix onboard modem power up failures.
Pull request type
Reviewers
@AriParkkila