Skip to content

Commit

Permalink
add:开启softsim和关闭sim auto detect api
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Apr 23, 2024
1 parent 91df3e5 commit cd1ec1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/mobile/luat_mobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -914,5 +914,8 @@ void luat_mobile_set_sync_time(uint8_t on_off);
* @return =0不允许,其他允许
*/
uint8_t luat_mobile_get_sync_time(void);

int luat_mobile_softsim_onoff(uint8_t on_off);
int luat_mobile_sim_detect_onoff(uint8_t on_off);
/** @}*/
#endif

0 comments on commit cd1ec1a

Please sign in to comment.