Ai-Thinker-Open / GPRS_C_SDK

Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
https://ai-thinker-open.github.io/GPRS_C_SDK_DOC
MIT License
446 stars 232 forks source link

event API_EVENT_ID_POWER_ON is not triggered at all #528

Open islamAbdullah opened 1 year ago

islamAbdullah commented 1 year ago

1. SDK version(SDK 版本)

{

V2108

}


2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)

{

  1. add API_EVENT_ID_POWER_ON in the event dispatcher
  2. add Trace info to be showed when the event is triggered
  3. flash and run
  4. expected to see the Trace info added, but it's not shown at all

}