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

Trace() with release build #525

Open barbiani opened 1 year ago

barbiani commented 1 year ago

Hello,

Is there a way to print some infornation to coolwatcher with a release build?

Looks like #337 answers it as NO, but is there another way?

Thank you.

jackfitton112 commented 10 months ago

The whole point of release is it doesn't have traces so people cant see what it's doing.

use debug to get your program working and then build for release when you're happy