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
448 stars 235 forks source link

FS Append To File #395

Open chaserit123 opened 4 years ago

chaserit123 commented 4 years ago

I don't see an example to append text to a file any help would be appreciated! Thanks Charlie

pulkin commented 4 years ago

I have no problem with this in my micropython port. I think that you should be looking at FS_O_APPEND flag.