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
smtc_modem_test_start();
auto ret = smtc_modem_test_tx_cw(868000000, 14);
if(ret != SMTC_MODEM_RC_OK)
{
LOG_ERR("Failed to start test mode: %d", ret);
return;
}
Seems in the function smtc_modem_test_tx_cw , variable modem_test_context.bw is not setted.
I did a simple fix in smtc_modem_test_tx_cw, to make this test work :
Calling
It always comes to error
Seems in the function
smtc_modem_test_tx_cw
, variablemodem_test_context.bw
is not setted.I did a simple fix in
smtc_modem_test_tx_cw
, to make this test work :Could you verify this?
The text was updated successfully, but these errors were encountered: