pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

added cellular.answer() function in modcellular.c #129

Open camp-easy opened 3 months ago

camp-easy commented 3 months ago

added cellular.answer() to answer incoming calls (or eventually raise error "Failed to answer the call").

camp-easy commented 3 months ago

This pull close #43 , #122 , #126