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
I have traced the MAC command case "DEV_STATUS_REQ" it will call the following functions.
dev_status_parser => smtc_modem_hal_get_battery_level =>smtc_board_get_battery_level => return the "battery_level"
However, there is no code to call API "smtc_board_set_battery_level". so that the battery level is always 100.
BTW, I don't see code to call "smtc_wifi_get_power_consumption" either.
Is there anything I missed?
Please advise.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi Sir,
I have traced the MAC command case "DEV_STATUS_REQ" it will call the following functions.
dev_status_parser => smtc_modem_hal_get_battery_level =>smtc_board_get_battery_level => return the "battery_level"
However, there is no code to call API "smtc_board_set_battery_level". so that the battery level is always 100.
BTW, I don't see code to call "smtc_wifi_get_power_consumption" either.
Is there anything I missed?
Please advise.
Thanks a lot.
The text was updated successfully, but these errors were encountered: